Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ NewDocument
Function
NewDocument
models/DocumentModel.go:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
func
NewDocument() *Document {
34
return
&Document{}
35
}
36
37
func
GetTableDocument() string {
38
return
getTable(
"document"
)
Callers
9
RebuildAllIndex
Method · 0.85
BuildIndexById
Method · 0.85
RegisterDB
Function · 0.85
RecoverFromRecycle
Method · 0.85
RemoveToRecycle
Method · 0.85
DeepDel
Method · 0.85
GetById
Method · 0.85
GetDescByDsId
Method · 0.85
GetDescByDid
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected