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

Method file

bolt/exec/SpillFile.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 uint64_t write(std::string_view buf);
76
77 WriteFile* file() {
78 return file_.get();
79 }
80
81 /// Finishes writing and flushes any unwritten data.
82 void finish();

Callers 3

loadMethod · 0.45
loadDataMethod · 0.45
loadFromSsdMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected