MCPcopy Create free account
hub / github.com/rilldata/rill / Error

Method Error

runtime/pkg/singleflight/singleflight.go:30–32  ·  view source on GitHub ↗

Error implements error interface.

()

Source from the content-addressed store, hash-verified

28
29// Error implements error interface.
30func (p *panicError) Error() string {
31 return fmt.Sprintf("%v\n\n%s", p.value, p.stack)
32}
33
34func newPanicError(v interface{}) error {
35 stack := debug.Stack()

Callers 5

TestCodecSimpleFunction · 0.45
TestCodecComplexFunction · 0.45
ToLiteralFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestCodecSimpleFunction · 0.36
TestCodecComplexFunction · 0.36