Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ close
Method
close
SRC/handler/BinaryFileStream.cpp:171–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
int
172
BinaryFileStream::close(void)
173
{
174
if (fileOpen != 0)
175
theFile.close();
176
fileOpen = 0;
177
178
return 0;
179
}
180
181
182
int
Callers
4
~BinaryFileStream
Method · 0.45
setFile
Method · 0.45
binaryToText
Function · 0.45
textToBinary
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected