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

Struct regexLimitCall

interpreter/decorators.go:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217type regexLimitCall struct {
218 InterpretableCall
219 limit int
220}
221
222func (r *regexLimitCall) Exec(frame *ExecutionFrame) ref.Val {
223 args := r.Args()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected