Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
bool LogFile::isOpen()
25
{
26
return _logStream.good();
27
}
28
29
const std::string& LogFile::getFullPath() const
30
{
Callers
3
createLogFile
Method · 0.45
loadMapNode
Method · 0.45
openFileStream
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected