Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
449
std::string Runtime::dumpVerboseLogs() const {
450
return dumpLogs(false, true, false).verboseLogsToString();
Callers
nothing calls this directly
Calls
1
verboseLogsToString
Method · 0.80
Tested by
no test coverage detected