MCPcopy
hub / github.com/go-bindata/go-bindata / Less

Method Less

convert.go:117–117  ·  view source on GitHub ↗
(i, j int)

Source from the content-addressed store, hash-verified

115func (v ByName) Len() int { return len(v) }
116func (v ByName) Swap(i, j int) { v[i], v[j] = v[j], v[i] }
117func (v ByName) Less(i, j int) bool { return v[i].Name() < v[j].Name() }
118
119// findFiles recursively finds all the file paths in the given directory tree.
120// They are added to the given map as keys. Values will be safe function names

Callers

nothing calls this directly

Calls 1

NameMethod · 0.45

Tested by

no test coverage detected