MCPcopy 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
47func (d dependencyError) Error() string {
48 return fmt.Sprintf("dependency error: %v", d.err)
49}
50
51func (d dependencyError) Unwrap() error {
52 return d.err

Callers 3

RunMethod · 0.45
invokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected