()
| 91 | } |
| 92 | |
| 93 | func (ac *arrayContainer) getSizeInBytes() int { |
| 94 | return ac.getCardinality() * 2 |
| 95 | } |
| 96 | |
| 97 | func (ac *arrayContainer) serializedSizeInBytes() int { |
| 98 | return ac.getCardinality() * 2 |
nothing calls this directly
no test coverage detected