Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
int
185
BinaryFileStream::close(void)
186
{
187
if (fileOpen != 0)
188
theFile.close();
189
fileOpen = 0;
190
191
return 0;
192
}
193
194
195
int
Callers
15
TclCommand_addUCFiberSection
Function · 0.45
TclCommand_print
Function · 0.45
printModelGID
Function · 0.45
printA
Function · 0.45
printB
Function · 0.45
print
Method · 0.45
binaryToText
Function · 0.45
binaryToText2
Function · 0.45
textToBinary
Function · 0.45
~BinaryFileStream
Method · 0.45
setFile
Method · 0.45
binaryToText
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected