Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ IsClosed
Method
IsClosed
src/network/socket_wrapper.hpp:284–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
inline bool IsClosed() {
285
return sockfd_ == INVALID_SOCKET;
286
}
287
288
inline void Close() {
289
if (!IsClosed()) {
Callers
2
ListenThread
Method · 0.45
CheckLinker
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected