Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ isIPv4Compatible
Method
isIPv4Compatible
MonaBase/sources/IPAddress.cpp:497–499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
495
return _pIPAddress->isSiteLocal();
496
}
497
bool IPAddress::isIPv4Compatible() const {
498
return _pIPAddress->isIPv4Compatible();
499
}
500
bool IPAddress::isIPv4Mapped() const {
501
return _pIPAddress->isIPv4Mapped();
502
}
Callers
1
LUAIPAddress.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected