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

Struct IP

ext/network.go:535–537  ·  view source on GitHub ↗

IP represents an IP address type.

Source from the content-addressed store, hash-verified

533
534// IP represents an IP address type.
535type IP struct {
536 netip.Addr
537}
538
539// ConvertToNative converts the IP value to a native Go type.
540func (i IP) ConvertToNative(typeDesc reflect.Type) (any, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected