Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
func
NewDocumentComment() *DocumentComment {
17
return
&DocumentComment{}
18
}
19
20
func
GetTableDocumentComment() string {
21
return
getTable(
"document_comment"
)
Callers
3
RegisterDB
Function · 0.85
GetCommentList
Method · 0.85
DelRows
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected