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

Struct formatValidator

cel/validator.go:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273type formatValidator struct {
274 funcName string
275 argNum int
276 check argChecker
277}
278
279// Name returns the unique name of this function format validator.
280func (v formatValidator) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected