MCPcopy 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
271void BWriteFile::flush() {
272 std::fflush(file);
273}
274
275U64 BWriteFile::setPos(U64 pos) {
276 U64 cur = getPos();

Callers 3

logMethod · 0.45
logBlockFunction · 0.45
outMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected