| 10 | type Counter interface{} |
| 11 | |
| 12 | type AugData struct { |
| 13 | Min Counter |
| 14 | Max Counter |
| 15 | Hash smartpool.SPHash |
| 16 | } |
| 17 | |
| 18 | func (ad AugData) Copy() NodeData { |
| 19 | h := smartpool.SPHash{} |
nothing calls this directly
no outgoing calls
no test coverage detected