| 56 | } |
| 57 | |
| 58 | UncheckedByteArraySink::~UncheckedByteArraySink() { } |
| 59 | |
| 60 | void UncheckedByteArraySink::Append(const char* data, size_t n) { |
| 61 | // Do no copying if the caller filled in the result of GetAppendBuffer() |
nothing calls this directly
no outgoing calls
no test coverage detected