MCPcopy Create free account
hub / github.com/apache/trafficserver / IPEndpoint

Method IPEndpoint

lib/swoc/src/swoc_ip.cc:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42IP6Addr const IP6Addr::MAX{std::numeric_limits<uint64_t>::max(), std::numeric_limits<uint64_t>::max()};
43
44IPEndpoint::IPEndpoint(string_view const &text) {
45 this->invalidate();
46 this->parse(text);
47}
48
49bool
50IPEndpoint::assign(sockaddr *dst, sockaddr const *src) {

Callers

nothing calls this directly

Calls 2

invalidateMethod · 0.95
parseMethod · 0.95

Tested by

no test coverage detected