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

Method version

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

Source from the content-addressed store, hash-verified

80 NetworkAddressRep& operator=(NetworkAddressRep&& other) = default;
81
82 IpVersion version() const { return version_; }
83
84 bool IsZeroValue() const { return version_ == IpVersion::kUnset; }
85 bool IsIPv4() const { return version_ == IpVersion::kIPv4; }

Callers 6

CheckAstExtensionsFunction · 0.80
operator==Method · 0.80
metadata.ccFile · 0.80
SourceInfoToProtoFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64