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

Method close

SRC/runtime/commands/utilities/BinaryFileStream.cpp:184–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184int
185BinaryFileStream::close(void)
186{
187 if (fileOpen != 0)
188 theFile.close();
189 fileOpen = 0;
190
191 return 0;
192}
193
194
195int

Callers 15

TclCommand_printFunction · 0.45
printModelGIDFunction · 0.45
printAFunction · 0.45
printBFunction · 0.45
printMethod · 0.45
binaryToTextFunction · 0.45
binaryToText2Function · 0.45
textToBinaryFunction · 0.45
~BinaryFileStreamMethod · 0.45
setFileMethod · 0.45
binaryToTextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected