MCPcopy Create free account
hub / github.com/SoarGroup/Soar / GetResultBool

Method GetResultBool

Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:84–87  ·  view source on GitHub ↗

Returns the result as a bool

Source from the content-addressed store, hash-verified

82
83// Returns the result as a bool
84bool ClientAnalyzedXML::GetResultBool(bool defaultValue) const
85{
86 return m_pAnalyzeXML->GetResultBool(defaultValue) ;
87}
88
89// Returns the result as a double
90double ClientAnalyzedXML::GetResultFloat(double defaultValue) const

Callers 4

IsSoarRunningMethod · 0.45
WasAgentOnRunListMethod · 0.45
IsProductionLoadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected