MCPcopy 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
21func NewRelateBook() *RelateBook {
22 return &RelateBook{}
23}
24
25// Get the related books for a given book
26func (r *RelateBook) Lists(bookId int, limit ...int) (books []Book) {

Callers 3

IndexMethod · 0.92
RelatedBookMethod · 0.92
RegisterModelFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected