Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
228
func
(c *queryCache) close() error {
229
c.cache.Close()
230
return
c.metrics.Unregister()
231
}
232
233
func
queryName(q Query) string {
234
nameWithPkg := fmt.Sprintf(
"%T"
, q)
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected