| 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 |
no outgoing calls
no test coverage detected