Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ HasHandleTasks
Method
HasHandleTasks
phxqueue/consumer/consumer.cpp:390–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
}
389
390
bool Consumer::HasHandleTasks(const int cid) {
391
return impl_->handle_buckets[cid].empty();
392
}
393
394
bool Consumer::HasBatchHandleTasks(const int cid) {
395
return impl_->batch_handle_finish[cid];
Callers
1
HandleRoutineRun
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected