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

Method dumpVerboseLogs

valdi/src/valdi/runtime/Runtime.cpp:445–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 }
444 }
445
446 return logs;
447}
448
449std::string Runtime::dumpVerboseLogs() const {
450 return dumpLogs(false, true, false).verboseLogsToString();

Callers

nothing calls this directly

Calls 1

verboseLogsToStringMethod · 0.80

Tested by

no test coverage detected