MCPcopy 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

runMethod · 0.45
dump_and_destroyMethod · 0.45
flush_to_diskMethod · 0.45
id_statusFunction · 0.45
for_each_task_groupMethod · 0.45
worker_threadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected