MCPcopy Index your code
hub / github.com/TruthHun/BookStack / NewEbook

Function NewEbook

models/ebook.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51)
52
53func NewEbook() *Ebook {
54 return &Ebook{}
55}
56
57func (m *Ebook) GetEBookByBookID(bookID int) (books []Ebook) {
58 if bookID <= 0 {

Callers 5

ExportMethod · 0.92
IndexMethod · 0.92
GenerateMethod · 0.92
RegisterModelFunction · 0.92
InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected