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

Function NewAttachmentResult

models/attachment_result.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func NewAttachmentResult() *AttachmentResult {
23 return &AttachmentResult{IsExist: false}
24}
25
26func (m *AttachmentResult) Find(id int) (*AttachmentResult, error) {
27 o := orm.NewOrm()

Callers 1

AttachDetailedMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected