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

Method Error

runtime/parser/parser.go:1157–1159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1155}
1156
1157func (e locationError) Error() string {
1158 return e.err.Error()
1159}
1160
1161func (e locationError) Unwrap() error {
1162 return e.err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected