Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoarGroup/Soar
/ IsLogOpen
Method
IsLogOpen
Core/CLI/src/cli_CommandLineInterface.cpp:591–594 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
589
} // function
590
591
bool CommandLineInterface::IsLogOpen()
592
{
593
return m_pLogFile ? true : false;
594
}
595
596
void CommandLineInterface::PrintCLIMessage(const char* printString, bool add_raw_lf)
597
{
Callers
1
HandleDestroyAgent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected