MCPcopy Create free account
hub / github.com/alibaba/euler / QueryProxy

Method QueryProxy

euler/client/query_proxy.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected