Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoarGroup/Soar
/ IsNotify
Method
IsNotify
IDE Projects/include/sml_MessageSML.h:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
bool IsNotify()
68
{
69
char const* pDocType = GetDocType() ;
70
return IsStringEqual(sml_Names::kDocType_Notify, pDocType) ;
71
}
72
73
} ;
74
Callers
nothing calls this directly
Calls
1
IsStringEqual
Function · 0.70
Tested by
no test coverage detected