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

Struct Count

models/base.go:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193type Count struct {
194 Cnt int
195 CategoryId int
196}
197
198// CountCategory 统计书籍分类
199func CountCategory() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected