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

Method scope

MonaBase/sources/IPAddress.cpp:470–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468 return _pIPAddress->family();
469}
470UInt32 IPAddress::scope() const {
471 return _pIPAddress->scope();
472}
473const string& IPAddress::toString() const {
474 return _pIPAddress->toString();
475}

Callers 2

SocketAddressMethod · 0.45
SocketAddress.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected