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

Method isPrefetch

bolt/common/caching/AsyncDataCache.h:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 memory::MachinePageCount setPrefetch(bool flag = true);
228
229 bool isPrefetch() const {
230 return isPrefetch_;
231 }
232
233 /// Distinguishes between a reuse of a cached entry from first retrieval of a
234 /// prefetched entry. If this is false, we have an actual reuse of cached

Callers 3

findOrCreateMethod · 0.80
removeEntryLockedMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64