Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ reportErrorAtID
Method
reportErrorAtID
parser/errors.go:39–41 ·
view source on GitHub ↗
(id int64, l common.Location, message string, args ...any)
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(e *parseErrors) reportErrorAtID(id int64, l common.Location, message string, args ...any) {
40
e.errs.ReportErrorAtID(id, l, message, args...)
41
}
Callers
1
reportError
Method · 0.80
Calls
1
ReportErrorAtID
Method · 0.65
Tested by
no test coverage detected