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

Method queryTraceTaskRegExp

bolt/core/QueryConfig.h:1322–1325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1320 // The default query trace dir, empty by default.
1321 return get<std::string>(kQueryTraceDir, "");
1322 }
1323
1324 std::string queryTraceNodeIds() const {
1325 // The default query trace nodes, empty by default.
1326 return get<std::string>(kQueryTraceNodeIds, "");
1327 }
1328

Callers 1

maybeMakeTraceConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected