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

Method close

runtime/query.go:228–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226}
227
228func (c *queryCache) close() error {
229 c.cache.Close()
230 return c.metrics.Unregister()
231}
232
233func queryName(q Query) string {
234 nameWithPkg := fmt.Sprintf("%T", q)

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected