Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ isOpen
Method
isOpen
src/Core/src/FileStream.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
bool FileStream::isOpen() const noexcept
116
{
117
return _file != nullptr;
118
}
119
120
void FileStream::close()
121
{
Callers
3
saveIndex
Function · 0.80
addObjectToIndex
Function · 0.80
tryLoadIndex
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected