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

Method IsConnectionClosed

Core/ClientSML/src/sml_ClientKernel.cpp:147–150  ·  view source on GitHub ↗

* @brief True if our connection to the kernel has been closed. * (Generally used for remote connections) *************************************************************/

Source from the content-addressed store, hash-verified

145* (Generally used for remote connections)
146*************************************************************/
147bool Kernel::IsConnectionClosed()
148{
149 return !GetConnection() || GetConnection()->IsClosed() ;
150}
151
152/*************************************************************
153* @brief True if this is a remote connection to the kernel

Callers

nothing calls this directly

Calls 2

GetConnectionFunction · 0.70
IsClosedMethod · 0.45

Tested by

no test coverage detected