MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / IsZeroValue

Method IsZeroValue

codelab/network_functions.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 IpVersion version() const { return version_; }
83
84 bool IsZeroValue() const { return version_ == IpVersion::kUnset; }
85 bool IsIPv4() const { return version_ == IpVersion::kIPv4; }
86 bool IsIPv6() const { return false; }
87

Callers 1

MatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected