MCPcopy Index your code
hub / github.com/TruthHun/BookStack / NewBookCounter

Function NewBookCounter

models/book_counter.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44}
45func NewBookCounter() *BookCounter {
46 return &BookCounter{}
47}
48
49func (*BookCounter) TableUnique() [][]string {
50 return [][]string{[]string{"bid", "day"}}

Callers 7

IndexMethod · 0.92
ReadMethod · 0.92
RankMethod · 0.92
RegisterModelFunction · 0.92
StarMethod · 0.85
IncreaseMethod · 0.85
DecreaseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected