Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ NewDocumentStore
Function
NewDocumentStore
models/document_store.go:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
func
NewDocumentStore() *DocumentStore {
21
return
&DocumentStore{}
22
}
23
24
//插入或者更新
25
func
(this *DocumentStore) InsertOrUpdate(ds DocumentStore, fields ...string) (err error) {
Callers
4
AutoTitle
Method · 0.85
generate
Method · 0.85
Copy
Method · 0.85
Export2Markdown
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected