Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rilldata/rill
/ Error
Method
Error
runtime/controller.go:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(d dependencyError) Error() string {
48
return
fmt.Sprintf(
"dependency error: %v"
, d.err)
49
}
50
51
func
(d dependencyError) Unwrap() error {
52
return
d.err
Callers
3
Run
Method · 0.45
invoke
Method · 0.45
processCompletedInvocation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected