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

Method Error

common/runes/buffer.go:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123func (e *SizeLimitError) Error() string {
124 return fmt.Sprintf("expression code point size exceeds limit: size: %d, limit %d", e.Size, e.Limit)
125}
126
127// NewBuffer returns an efficient implementation of Buffer for the given text based on the ranges of
128// the encoded code points contained within.

Callers 15

setFunctionMethod · 0.45
TestCheckFunction · 0.45
BenchmarkCheckFunction · 0.45
TestOverlappingMacroFunction · 0.45
CheckMethod · 0.45
ErrorAsIssuesFunction · 0.45
TestFunctionMergeFunction · 0.45
TestFunctionNoOverloadsFunction · 0.45
TestUnaryBindingFunction · 0.45
TestBinaryBindingFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestCheckFunction · 0.36
BenchmarkCheckFunction · 0.36
TestOverlappingMacroFunction · 0.36
TestFunctionMergeFunction · 0.36
TestFunctionNoOverloadsFunction · 0.36
TestUnaryBindingFunction · 0.36
TestBinaryBindingFunction · 0.36