Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
84
func
NewDocumentStore() *DocumentStore {
85
return
&DocumentStore{}
86
}
87
88
func
GetTableDocumentStore() string {
89
return
getTable(
"document_store"
)
Callers
2
RegisterDB
Function · 0.85
GetById
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected