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

Function LoadLibraryHandler

Core/ClientSML/src/sml_ClientKernel.cpp:117–120  ·  view source on GitHub ↗

* @brief Called when a dynamically linked library is called * so we can load it into memory and initialize it. *************************************************************/

Source from the content-addressed store, hash-verified

115* so we can load it into memory and initialize it.
116*************************************************************/
117static std::string LoadLibraryHandler(smlStringEventId /*id*/, void* /*pUserData*/, Kernel* pKernel, char const* pString)
118{
119 return pKernel->LoadExternalLibrary(pString);
120}
121/*************************************************************
122* @brief Called when a command needs to be passed to a library
123* that extends the Soar command line interface.

Callers

nothing calls this directly

Calls 1

LoadExternalLibraryMethod · 0.80

Tested by

no test coverage detected