MCPcopy Create free account
hub / github.com/baidu/tera / IsAsync

Method IsAsync

src/sdk/tera_replication.cc:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 const std::vector<Table*>& GetTableList() { return tables_; }
194
195 bool IsAsync() { return (user_callback_ != NULL); }
196
197 void Wait() {
198 CHECK(user_callback_ == NULL);

Callers 2

ApplyMutationMethod · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected