Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ NewRelateBook
Function
NewRelateBook
models/releate_book.go:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
NewRelateBook() *RelateBook {
22
return
&RelateBook{}
23
}
24
25
// Get the related books for a given book
26
func
(r *RelateBook) Lists(bookId int, limit ...int) (books []Book) {
Callers
3
Index
Method · 0.92
RelatedBook
Method · 0.92
RegisterModel
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected