Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
load
Method · 0.45
loadData
Method · 0.45
loadFromSsd
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected