MCPcopy 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

214func (s byName) Len() int { return len(s) }
215func (s byName) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
216func (s byName) Less(i, j int) bool { return s[i].Name() < s[j].Name() }

Callers 2

testOrganizationsFunction · 0.45
testProjectsFunction · 0.45

Calls 1

NameMethod · 0.65

Tested by 2

testOrganizationsFunction · 0.36
testProjectsFunction · 0.36