MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / available

Method available

MonaBase/sources/Socket.cpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 UInt32 available(Exception& ex) const { return ioctl(ex, FIONREAD, 0); }
114
115 bool initialized() { return _initialized; }
116 bool connected() { return _connected; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected