Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
22
func
NewAttachmentResult() *AttachmentResult {
23
return
&AttachmentResult{IsExist: false}
24
}
25
26
func
(m *AttachmentResult) Find(id int) (*AttachmentResult, error) {
27
o := orm.NewOrm()
Callers
1
AttachDetailed
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected