MCPcopy Create free account
hub / github.com/bytedance/bolt / size

Method size

bolt/common/caching/AsyncDataCache.h:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 int32_t size() const {
202 return size_;
203 }
204
205 void touch() {
206 accessStats_.touch();

Callers 2

makePinsMethod · 0.45
percentileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected