MCPcopy 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
33func NewDocument() *Document {
34 return &Document{}
35}
36
37func GetTableDocument() string {
38 return getTable("document")

Callers 9

RebuildAllIndexMethod · 0.85
BuildIndexByIdMethod · 0.85
RegisterDBFunction · 0.85
RecoverFromRecycleMethod · 0.85
RemoveToRecycleMethod · 0.85
DeepDelMethod · 0.85
GetByIdMethod · 0.85
GetDescByDsIdMethod · 0.85
GetDescByDidMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected