MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Len

Method Len

models/book.go:96–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94type BookNavs []BookNav
95
96func (s BookNavs) Len() int { return len(s) }
97
98func (s BookNavs) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
99

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected