Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ GetTableDocumentComment
Function
GetTableDocumentComment
models/CommentModel.go:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
func
GetTableDocumentComment() string {
21
return
getTable(
"document_comment"
)
22
}
23
24
// 文档评分记录表多字段唯一索引
25
func
(this *DocumentComment) TableUnique() [][]string {
Callers
2
GetCommentList
Method · 0.85
DelCommentByDocId
Method · 0.85
Calls
1
getTable
Function · 0.85
Tested by
no test coverage detected