Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ ~cScriptFileIO
Method
~cScriptFileIO
Source/ScriptingEngine.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
cScriptFileIO::~cScriptFileIO() {
65
66
mStream.close();
67
}
68
69
std::string cScriptFileIO::readLine() {
70
std::string line;
Callers
nothing calls this directly
Calls
1
close
Method · 0.80
Tested by
no test coverage detected