MCPcopy 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
20func GetTableDocumentComment() string {
21 return getTable("document_comment")
22}
23
24// 文档评分记录表多字段唯一索引
25func (this *DocumentComment) TableUnique() [][]string {

Callers 2

GetCommentListMethod · 0.85
DelCommentByDocIdMethod · 0.85

Calls 1

getTableFunction · 0.85

Tested by

no test coverage detected