Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
type
fileSlice []os.FileInfo
40
41
func
(p fileSlice) Len() int {
42
return
len(p)
43
}
44
45
func
(p fileSlice) Less(i, j int) bool {
46
a, b := p[i], p[j]
Callers
1
ServeTemplate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected