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

Method IsDirectConnection

Core/ClientSML/src/sml_ClientKernel.cpp:165–168  ·  view source on GitHub ↗

* @brief True if this is a direct connection to the kernel * (i.e. direct calls to gSKI are possible) *************************************************************/

Source from the content-addressed store, hash-verified

163* (i.e. direct calls to gSKI are possible)
164*************************************************************/
165bool Kernel::IsDirectConnection()
166{
167 return GetConnection() && GetConnection()->IsDirectConnection() ;
168}
169
170/*************************************************************
171* @brief Preparation for deleting the kernel.

Callers 15

RefreshMethod · 0.45
SetAgentMethod · 0.45
CreateStringWMEMethod · 0.45
CreateIntWMEMethod · 0.45
CreateFloatWMEMethod · 0.45
UpdateStringMethod · 0.45
UpdateIntMethod · 0.45
UpdateFloatMethod · 0.45
CreateIdWMEMethod · 0.45
CreateSharedIdWMEMethod · 0.45
DestroyWMEMethod · 0.45
RunAllAgentsMethod · 0.45

Calls 1

GetConnectionFunction · 0.70

Tested by

no test coverage detected