MCPcopy
hub / github.com/cortesi/devd / Len

Method Len

fileserver/fileserver.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39type fileSlice []os.FileInfo
40
41func (p fileSlice) Len() int {
42 return len(p)
43}
44
45func (p fileSlice) Less(i, j int) bool {
46 a, b := p[i], p[j]

Callers 1

ServeTemplateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected