MCPcopy 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
591bool CommandLineInterface::IsLogOpen()
592{
593 return m_pLogFile ? true : false;
594}
595
596void CommandLineInterface::PrintCLIMessage(const char* printString, bool add_raw_lf)
597{

Callers 1

HandleDestroyAgentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected