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

Struct networkFormatValidator

ext/network.go:645–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643type argChecker func(e *cel.Env, call, arg ast.Expr) error
644
645type networkFormatValidator struct {
646 funcName string
647 argNum int
648 check argChecker
649}
650
651func (v networkFormatValidator) Name() string {
652 return fmt.Sprintf("cel.validator.network.%s", v.funcName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected