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

Method IsClosed

Core/ConnectionSML/src/sml_RemoteConnection.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427bool RemoteConnection::IsClosed()
428{
429 return !m_DataSender->IsAlive() ;
430}
431

Callers 4

ReceiveAllMessagesMethod · 0.45
RunMethod · 0.45
IsConnectionClosedMethod · 0.45
ProcessIncomingSMLMethod · 0.45

Calls 1

IsAliveMethod · 0.45

Tested by

no test coverage detected