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

Function NewDocumentComment

models/CommentModel.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func NewDocumentComment() *DocumentComment {
17 return &DocumentComment{}
18}
19
20func GetTableDocumentComment() string {
21 return getTable("document_comment")

Callers 3

RegisterDBFunction · 0.85
GetCommentListMethod · 0.85
DelRowsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected