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

Struct formatValidator

cel/validator.go:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245type formatValidator struct {
246 funcName string
247 argNum int
248 check argChecker
249}
250
251// Name returns the unique name of this function format validator.
252func (v formatValidator) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected