| 41 | typedef std::function<void()> DoneCallback; |
| 42 | |
| 43 | QueryProxy(const QueryProxy&) = delete; |
| 44 | void operator=(const QueryProxy&) = delete; |
| 45 | |
| 46 | static bool Init(const GraphConfig& config); |
nothing calls this directly
no outgoing calls
no test coverage detected