()
| 47 | } |
| 48 | |
| 49 | func (*BookCounter) TableUnique() [][]string { |
| 50 | return [][]string{[]string{"bid", "day"}} |
| 51 | } |
| 52 | |
| 53 | func (*BookCounter) Increase(bookId int, isPV bool) { |
| 54 | sc := NewBookCounter() |
nothing calls this directly
no outgoing calls
no test coverage detected