| 94 | } |
| 95 | |
| 96 | static void WriteInvalidRow(std::ostream& writer, size_t row_index) { |
| 97 | writer << "\"" << std::endl << "\""; |
| 98 | writer << std::endl; |
| 99 | } |
| 100 | } // namespace |
| 101 | |
| 102 | Result<std::shared_ptr<Buffer>> MakeSampleCsvBuffer( |
no outgoing calls
no test coverage detected