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

Method IsCall

Core/ConnectionSML/src/sml_MessageSML.h:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 bool IsCall()
56 {
57 char const* pDocType = GetDocType() ;
58 return IsStringEqual(sml_Names::kDocType_Call, pDocType) ;
59 }
60
61 bool IsResponse()
62 {

Callers 1

InvokeCallbacksMethod · 0.45

Calls 1

IsStringEqualFunction · 0.70

Tested by

no test coverage detected