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

Method flush

SRC/handler/FileStream.cpp:607–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607int FileStream::flush() {
608 if (theFile.is_open() && theFile.good()) {
609 theFile.flush();
610 }
611 return 0;
612}

Callers 2

FileStream.cppFile · 0.45
XmlFileStream.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected