Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ GetPendingTaskCount
Method
GetPendingTaskCount
src/tabletnode/rpc_schedule.h:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
bool FinishRpc(const std::string& table_name);
33
34
uint64_t GetPendingTaskCount() { return pending_task_count_; }
35
36
private:
37
mutable Mutex mutex_;
Callers
1
DoQuotaScanRpcRetry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected