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