()
| 41 | } |
| 42 | |
| 43 | func (c *CounterObj) data() expr.Any { |
| 44 | return &expr.Counter{ |
| 45 | Bytes: c.Bytes, |
| 46 | Packets: c.Packets, |
| 47 | } |
| 48 | } |
| 49 | |
| 50 | func (c *CounterObj) name() string { |
| 51 | return c.Name |
nothing calls this directly
no outgoing calls
no test coverage detected