Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ close
Method
close
SRC/handler/DataFileStreamAdd.cpp:190–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
int
191
DataFileStreamAdd::close(void)
192
{
193
if (fileOpen != 0)
194
theFile.close();
195
fileOpen = 0;
196
197
return 0;
198
}
199
200
201
int
Callers
3
write
Method · 0.95
~DataFileStreamAdd
Method · 0.45
setFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected