Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rilldata/rill
/ queryName
Function
queryName
runtime/query.go:233–237 ·
view source on GitHub ↗
(q Query)
Source
from the content-addressed store, hash-verified
231
}
232
233
func
queryName(q Query) string {
234
nameWithPkg := fmt.Sprintf(
"%T"
, q)
235
_, after, _ := strings.Cut(nameWithPkg,
"."
)
236
return
after
237
}
Callers
1
Query
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected