Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rilldata/rill
/ Less
Method
Less
cli/cmd/docs/generate_cli.go:216–216 ·
view source on GitHub ↗
(i, j int)
Source
from the content-addressed store, hash-verified
214
func
(s byName) Len() int {
return
len(s) }
215
func
(s byName) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
216
func
(s byName) Less(i, j int) bool {
return
s[i].Name() < s[j].Name() }
Callers
2
testOrganizations
Function · 0.45
testProjects
Function · 0.45
Calls
1
Name
Method · 0.65
Tested by
2
testOrganizations
Function · 0.36
testProjects
Function · 0.36