MCPcopy 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
24RHS_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

mainFunction · 0.70

Calls 1

AddRhsFunctionMethod · 0.80

Tested by

no test coverage detected