MCPcopy Create free account
hub / github.com/bytedance/bolt / getQueryTraceDirectory

Function getQueryTraceDirectory

bolt/exec/TraceUtil.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71std::string getQueryTraceDirectory(
72 const std::string& traceDir,
73 const std::string& queryId) {
74 return fmt::format("{}/{}", traceDir, queryId);
75}
76
77std::string getTaskTraceDirectory(
78 const std::string& traceDir,

Callers 4

getTaskTraceDirectoryFunction · 0.85
getTaskIdsFunction · 0.85
TEST_FFunction · 0.85
printSummaryFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68