MCPcopy
hub / github.com/juanfont/headscale / Len

Method Len

hscontrol/types/node.go:82–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80)
81
82func (n NodeIDs) Len() int { return len(n) }
83func (n NodeIDs) Less(i, j int) bool { return n[i] < n[j] }
84func (n NodeIDs) Swap(i, j int) { n[i], n[j] = n[j], n[i] }
85

Calls

no outgoing calls