Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Beckhoff/ADS
/ IpV4
Method
IpV4
AdsLib/Sockets.cpp:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
IpV4::IpV4(const std::string &addr)
98
: value(getIpv4(addr))
99
{
100
}
101
102
IpV4::IpV4(uint32_t __val)
103
: value(__val)
Callers
nothing calls this directly
Calls
1
getIpv4
Function · 0.85
Tested by
no test coverage detected