MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Flush

Method Flush

Source/Utility/DataSink.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void FileSink::Flush()
38{
39 if (Handle)
40 fflush(Handle);
41}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected