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

Struct CIDR

ext/network.go:530–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530type CIDR struct {
531 netip.Prefix
532}
533
534// ConvertToNative converts the CIDR value to a native Go type.
535func (c CIDR) ConvertToNative(typeDesc reflect.Type) (any, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected