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

Struct regexProgramSizeLimitValidator

cel/validator.go:492–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492type regexProgramSizeLimitValidator struct {
493 limit int
494}
495
496// Name returns the name of the regex program size limit validator.
497func (v regexProgramSizeLimitValidator) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected