Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ Len
Method
Len
pkg/devspace/sync/util_test.go:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
type
testCaseList []checkedFileOrFolder
47
48
func
(arr testCaseList) Len() int {
49
return
len(arr)
50
}
51
52
func
(arr testCaseList) Less(i, j int) bool {
53
return
len(arr[i].path) < len(arr[j].path)
Callers
2
SendData
Function · 0.45
SendData
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected