MCPcopy
hub / github.com/usememos/memos / Len

Method Len

internal/version/version.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42type SortVersion []string
43
44func (s SortVersion) Len() int {
45 return len(s)
46}
47
48func (s SortVersion) Swap(i, j int) {
49 s[i], s[j] = s[j], s[i]

Calls

no outgoing calls