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