MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / isOpen

Method isOpen

Source/ScriptingEngine.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool cScriptFileIO::isOpen() {
83 return mStream.is_open();
84}
85
86void cScriptFileIO::close() {
87 mStream.close();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected