MCPcopy Create free account
hub / github.com/google/nftables / data

Method data

counter.go:43–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (c *CounterObj) data() expr.Any {
44 return &expr.Counter{
45 Bytes: c.Bytes,
46 Packets: c.Packets,
47 }
48}
49
50func (c *CounterObj) name() string {
51 return c.Name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected