MCPcopy Create free account
hub / github.com/cel-expr/cel-go / CIDR

Struct CIDR

ext/network.go:588–590  ·  view source on GitHub ↗

CIDR represents the CIDR network mask format.

Source from the content-addressed store, hash-verified

586
587// CIDR represents the CIDR network mask format.
588type CIDR struct {
589 netip.Prefix
590}
591
592// ConvertToNative converts the CIDR value to a native Go type.
593func (c CIDR) ConvertToNative(typeDesc reflect.Type) (any, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected