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

Function NewBookResult

models/book_result.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func NewBookResult() *BookResult {
58 return &BookResult{}
59}
60
61// 根据书籍标识查询书籍以及指定用户权限的信息.
62func (m *BookResult) FindByIdentify(identify string, memberId int) (result *BookResult, err error) {

Callers 15

EditMethod · 0.92
CreateMethod · 0.92
UploadMethod · 0.92
DownloadAttachmentMethod · 0.92
DeleteMethod · 0.92
ContentMethod · 0.92
HistoryMethod · 0.92
DeleteHistoryMethod · 0.92
RestoreHistoryMethod · 0.92
CompareMethod · 0.92
ReplaceMethod · 0.92
DashboardMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected