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

Method writeInProgress

bolt/common/caching/SsdCache.h:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 bool startWrite();
80
81 bool writeInProgress() const {
82 return writesInProgress_ != 0;
83 }
84
85 /// Stores the entries of 'pins' into the corresponding files. Sets the file
86 /// for the successfully stored entries. May evict existing entries from

Callers 6

waitForWriteMethod · 0.80
evictMethod · 0.80
appendSsdSaveableMethod · 0.80
makeSpaceMethod · 0.80
saveToSsdMethod · 0.80
DEBUG_ONLY_TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

waitForWriteMethod · 0.64
DEBUG_ONLY_TEST_FFunction · 0.64