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

Method TableUnique

models/book_counter.go:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49func (*BookCounter) TableUnique() [][]string {
50 return [][]string{[]string{"bid", "day"}}
51}
52
53func (*BookCounter) Increase(bookId int, isPV bool) {
54 sc := NewBookCounter()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected