()
| 45 | } |
| 46 | |
| 47 | func (i *Interactive) IncrementReadCount() { |
| 48 | atomic.AddInt64(&i.ReadCount, 1) |
| 49 | } |
| 50 | |
| 51 | func (i *Interactive) IncrementLikeCount() { |
| 52 | atomic.AddInt64(&i.LikeCount, 1) |
nothing calls this directly
no outgoing calls
no test coverage detected