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

Method empty

bolt/common/caching/AsyncDataCache.h:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384 }
385
386 bool empty() const {
387 return entry_ == nullptr;
388 }
389
390 void clear() {
391 release();

Callers 3

tinyDataMethod · 0.45
makePinsMethod · 0.45
percentileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected