Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
type
BookNavs []BookNav
95
96
func
(s BookNavs) Len() int {
return
len(s) }
97
98
func
(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