(v value)
| 159 | } |
| 160 | |
| 161 | func (e *encoder) encodeNullBytes(v value) { |
| 162 | e.writeNullBytes(v.bytes()) |
| 163 | } |
| 164 | |
| 165 | func (e *encoder) encodeCompactNullBytes(v value) { |
| 166 | e.writeCompactNullBytes(v.bytes()) |
nothing calls this directly
no test coverage detected