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

Struct networkFormatValidator

ext/network.go:646–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected