MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / isOpen

Method isOpen

radiantcore/log/LogFile.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{}
23
24bool LogFile::isOpen()
25{
26 return _logStream.good();
27}
28
29const std::string& LogFile::getFullPath() const
30{

Callers 3

createLogFileMethod · 0.45
loadMapNodeMethod · 0.45
openFileStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected