Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
45
func
NewBookCounter() *BookCounter {
46
return
&BookCounter{}
47
}
48
49
func
(*BookCounter) TableUnique() [][]string {
50
return
[][]string{[]string{
"bid"
,
"day"
}}
Callers
7
Index
Method · 0.92
Read
Method · 0.92
Rank
Method · 0.92
RegisterModel
Function · 0.92
Star
Method · 0.85
Increase
Method · 0.85
Decrease
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected