Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ size
Method
size
MonaBase/sources/SocketAddress.cpp:229–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
NET_SOCKLEN SocketAddress::size() const {
230
return _pAddress->size();
231
}
232
233
const string& SocketAddress::toString() const {
234
if (!_toString.empty())
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected