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

Method GetInstance

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

Source from the content-addressed store, hash-verified

52 void RunAsyncGremlin(Query* query, DoneCallback callback);
53
54 static QueryProxy* GetInstance() {
55 if (instance_ == nullptr) {
56 EULER_LOG(ERROR) << "Init failed";
57 }
58 return instance_;
59 }
60
61 const GraphMeta& graph_meta() const { return meta_; }
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected