Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ flush
Method
flush
source/util/bfile.cpp:271–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
void BWriteFile::flush() {
272
std::fflush(file);
273
}
274
275
U64 BWriteFile::setPos(U64 pos) {
276
U64 cur = getPos();
Callers
3
log
Method · 0.45
logBlock
Function · 0.45
out
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected