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

Method IsRemoteConnection

Core/ClientSML/src/sml_ClientKernel.cpp:156–159  ·  view source on GitHub ↗

* @brief True if this is a remote connection to the kernel * (i.e. connected over a socket rather than by loading a library) *************************************************************/

Source from the content-addressed store, hash-verified

154* (i.e. connected over a socket rather than by loading a library)
155*************************************************************/
156bool Kernel::IsRemoteConnection()
157{
158 return GetConnection() && GetConnection()->IsRemoteConnection() ;
159}
160
161/*************************************************************
162* @brief True if this is a direct connection to the kernel

Callers 5

GetEmbeddedConnectionMethod · 0.45
HandleEventMethod · 0.45
ExecuteRhsCommandMethod · 0.45
InitEventsMethod · 0.45
ShutdownMethod · 0.45

Calls 1

GetConnectionFunction · 0.70

Tested by

no test coverage detected