MCPcopy 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
20func NewDocumentStore() *DocumentStore {
21 return &DocumentStore{}
22}
23
24//插入或者更新
25func (this *DocumentStore) InsertOrUpdate(ds DocumentStore, fields ...string) (err error) {

Callers 4

AutoTitleMethod · 0.85
generateMethod · 0.85
CopyMethod · 0.85
Export2MarkdownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected