MCPcopy 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

saveIndexFunction · 0.80
addObjectToIndexFunction · 0.80
tryLoadIndexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected