Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
427
bool RemoteConnection::IsClosed()
428
{
429
return !m_DataSender->IsAlive() ;
430
}
431
Callers
4
ReceiveAllMessages
Method · 0.45
Run
Method · 0.45
IsConnectionClosed
Method · 0.45
ProcessIncomingSML
Method · 0.45
Calls
1
IsAlive
Method · 0.45
Tested by
no test coverage detected