MCPcopy Create free account
hub / github.com/TruthHun/BookStack / CommentCount

Struct CommentCount

models/comments.go:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130type CommentCount struct {
131 Id int
132 BookId int
133 Cnt int
134}
135
136// 清空评论
137func (this *Comments) ClearComments(uid int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected