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

Struct networkFormatValidator

ext/network.go:581–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579type argChecker func(e *cel.Env, call, arg ast.Expr) error
580
581type networkFormatValidator struct {
582 funcName string
583 argNum int
584 check argChecker
585}
586
587func (v networkFormatValidator) Name() string {
588 return fmt.Sprintf("cel.validator.network.%s", v.funcName)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected