Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoarGroup/Soar
/ sml_InitLibrary
Function
sml_InitLibrary
Tests/TestExternalLibrary/lib.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
#endif
23
24
RHS_EXPORT const char* sml_InitLibrary(Kernel* pKernel, int argc, char** argv)
25
{
26
int callbackId = pKernel->AddRhsFunction(
"test"
, myRHSTest, 0);
27
return
""
;
28
}
29
30
#ifdef __cplusplus
31
} // extern
"C"
Callers
1
main
Function · 0.70
Calls
1
AddRhsFunction
Method · 0.80
Tested by
no test coverage detected