MCPcopy 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

46type testCaseList []checkedFileOrFolder
47
48func (arr testCaseList) Len() int {
49 return len(arr)
50}
51
52func (arr testCaseList) Less(i, j int) bool {
53 return len(arr[i].path) < len(arr[j].path)

Callers 2

SendDataFunction · 0.45
SendDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected