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

Struct CIDR

ext/network.go:589–591  ·  view source on GitHub ↗

CIDR represents the CIDR network mask format.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected