| 151 | } |
| 152 | |
| 153 | type countingCore struct { |
| 154 | logs atomic.Uint32 |
| 155 | } |
| 156 | |
| 157 | func (c *countingCore) Check(ent Entry, ce *CheckedEntry) *CheckedEntry { |
| 158 | return ce.AddCore(ent, c) |
nothing calls this directly
no outgoing calls
no test coverage detected