MCPcopy Index your code
hub / github.com/TruthHun/DocHub / NewDocumentStore

Function NewDocumentStore

models/DocumentModel.go:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func NewDocumentStore() *DocumentStore {
85 return &DocumentStore{}
86}
87
88func GetTableDocumentStore() string {
89 return getTable("document_store")

Callers 2

RegisterDBFunction · 0.85
GetByIdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected