MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / flush

Method flush

SRC/handler/BinaryFileStream.cpp:885–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883}
884
885int
886BinaryFileStream::flush() {
887 if (theFile.is_open() && theFile.good()) {
888 theFile.flush();
889 }
890 return 0;
891}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected