Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rilldata/rill
/ Error
Method
Error
runtime/parser/parser.go:1185–1187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1183
}
1184
1185
func
(e externalError) Error() string {
1186
return
e.err.Error()
1187
}
1188
1189
func
(e externalError) Unwrap() error {
1190
return
e.err
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected