MCPcopy Create free account
hub / github.com/Snapchat/Valdi / appendMetadata

Method appendMetadata

valdi/src/valdi/runtime/Utils/DumpedLogs.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void DumpedLogs::appendMetadata(const StringBox& key, const StringBox& value) {
23 (*_metadata)[key] = Value(value);
24}
25
26void DumpedLogs::append(const DumpedLogs& other) {
27 for (const auto& verboseLogs : other.getVerbose()) {

Callers 2

dumpContextsLogsMethod · 0.80
dumpLogsMethod · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected