Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ sortTenantsPageTenant
Function
sortTenantsPageTenant
modules/overrides/overrides_tenants_http.go:76–80 ·
view source on GitHub ↗
(list []*tenantsPageTenant)
Source
from the content-addressed store, hash-verified
74
}
75
76
func
sortTenantsPageTenant(list []*tenantsPageTenant) {
77
sort.Slice(list,
func
(i, j int) bool {
78
return
strings.Compare(list[i].Name, list[j].Name) < 0
79
})
80
}
Callers
1
TenantsHandler
Function · 0.85
Calls
1
Compare
Method · 0.45
Tested by
no test coverage detected