| 227 | } |
| 228 | |
| 229 | type compactWriter struct { |
| 230 | protocol *CompactProtocol |
| 231 | binary binaryWriter |
| 232 | varint [binary.MaxVarintLen64]byte |
| 233 | } |
| 234 | |
| 235 | func (w *compactWriter) Protocol() Protocol { |
| 236 | return w.protocol |
nothing calls this directly
no outgoing calls
no test coverage detected