Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Error
Method
Error
parser/parser.go:239–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
}
238
239
func
(t *tooManyErrors) Error() string {
240
return
fmt.Sprintf(
"More than %d syntax errors"
, t.errorReportingLimit)
241
}
242
243
var
_ error = &tooManyErrors{}
244
Callers
15
SyntaxError
Method · 0.95
TestConfigErrors
Function · 0.45
TestParseError
Function · 0.45
parseYAML
Method · 0.45
TestRuleComposerError
Function · 0.45
TestCompileError
Function · 0.45
TestMaxNestedExpressions_Error
Function · 0.45
TestWhitespaceHanlding
Function · 0.45
TestWhitespaceHandlingErrorPresentation
Function · 0.45
Compose
Method · 0.45
Optimize
Method · 0.45
Optimize
Method · 0.45
Calls
no outgoing calls
Tested by
9
TestConfigErrors
Function · 0.36
TestParseError
Function · 0.36
TestRuleComposerError
Function · 0.36
TestCompileError
Function · 0.36
TestMaxNestedExpressions_Error
Function · 0.36
TestWhitespaceHanlding
Function · 0.36
TestWhitespaceHandlingErrorPresentation
Function · 0.36
TestUnescape
Function · 0.36
TestUnparseErrors
Function · 0.36