MCPcopy
hub / github.com/1Panel-dev/KubePi / Len

Method Len

internal/api/v1/proxy/proxy.go:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256}
257
258func (a ItemList) Len() int {
259 return len(a)
260}
261
262func (a ItemList) Less(i, j int) bool {
263 o1 := a[i].(map[string]interface{})

Callers 4

mainFunction · 0.80
MatchFieldMethod · 0.80
MatchFieldMethod · 0.80
MatchFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected