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

Method GetProductionName

Core/ClientSML/src/sml_ClientTraceXML.cpp:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 return IsTag(sml_Names::kTagProduction) ;
153}
154char const* ClientTraceXML::GetProductionName() const
155{
156 return GetAttribute(sml_Names::kProduction_Name) ;
157}
158char const* ClientTraceXML::GetProductionDoc() const
159{
160 return GetAttribute(sml_Names::kProductionDocumentation) ;

Callers 4

displayXmlTraceEventMethod · 0.95
getProductionFiringMethod · 0.95
getBacktraceTextMethod · 0.80
getProductionTextMethod · 0.80

Calls 1

GetAttributeFunction · 0.70

Tested by

no test coverage detected