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

Struct formatValidator

cel/validator.go:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279type formatValidator struct {
280 funcName string
281 argNum int
282 check argChecker
283}
284
285// Name returns the unique name of this function format validator.
286func (v formatValidator) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected