Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ size
Method
size
src/bthread/id.cpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
size_t size() const {
76
return _size + (_full ? _full->size() : 0);
77
}
78
79
void clear() {
80
_size = 0;
Callers
6
run
Method · 0.45
dump_and_destroy
Method · 0.45
flush_to_disk
Method · 0.45
id_status
Function · 0.45
for_each_task_group
Method · 0.45
worker_thread
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected