MCPcopy Index your code
hub / github.com/rilldata/rill / Error

Method Error

runtime/resolver.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (e *ResolverUnusedFieldsError) Error() string {
31 return fmt.Sprintf("undefined fields in resolver(%q) properties: %q, will be ignored", e.Name, e.Fields)
32}
33
34// Resolver represents logic, such as a SQL query, that produces output data.
35// Resolvers are used to evaluate API requests, alerts, reports, etc.

Callers 1

ResolveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected