| 107 | } |
| 108 | |
| 109 | Result<std::shared_ptr<io::OutputStream>> GetBufferWriter( |
| 110 | std::shared_ptr<Buffer> buf) override { |
| 111 | return Status::NotImplemented(""); |
| 112 | } |
| 113 | |
| 114 | protected: |
| 115 | Result<std::shared_ptr<Buffer>> CopyBufferFrom( |
nothing calls this directly
no test coverage detected