MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / IsDone

Method IsDone

src/sdk/sql_cluster_router.cc:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 bool IsDone() const override {
117 if (callback_)
118 return callback_->IsDone();
119 return false;
120 }
121
122 private:
123 fedb::RpcCallback<fedb::api::QueryResponse>* callback_;

Callers 1

IsDoneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected