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

Method IsDone

src/sdk/sql_cluster_router.cc:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 bool IsDone() const override {
170 return callback_->IsDone();
171 }
172
173 private:
174 fedb::RpcCallback<fedb::api::SQLBatchRequestQueryResponse>* callback_;

Callers

nothing calls this directly

Calls 1

IsDoneMethod · 0.45

Tested by

no test coverage detected