MCPcopy
hub / github.com/lxc/incus / Len

Method Len

internal/server/device/config/devices_sort.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10type DevicesSortable []DeviceNamed
11
12func (devices DevicesSortable) Len() int {
13 return len(devices)
14}
15
16func (devices DevicesSortable) Less(i, j int) bool {
17 a := devices[i]

Calls

no outgoing calls