Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ NameOption
Struct
NameOption
pkg/parquetquery/iters.go:347–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
type
NameOption
struct
{
348
name string
349
}
350
351
func
WithName(name string) NameOption {
352
return
NameOption{name}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected