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

Method queryTraceNodeIds

bolt/core/QueryConfig.h:1313–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311 bool queryTraceEnabled() const {
1312 return get<bool>(kQueryTraceEnabled, false);
1313 }
1314
1315 std::string queryTraceDir() const {
1316 // The default query trace dir, empty by default.
1317 return get<std::string>(kQueryTraceDir, "");
1318 }
1319

Callers 1

maybeMakeTraceConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected