MCPcopy 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
233func queryName(q Query) string {
234 nameWithPkg := fmt.Sprintf("%T", q)
235 _, after, _ := strings.Cut(nameWithPkg, ".")
236 return after
237}

Callers 1

QueryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected