MCPcopy Create free account
hub / github.com/apache/arrow / WriteString

Method WriteString

cpp/src/arrow/filesystem/filesystem_test.cc:422–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 }
421
422 Status WriteString(io::OutputStream* stream, const std::string& s) {
423 return stream->Write(s.data(), static_cast<int64_t>(s.length()));
424 }
425
426 std::vector<MockDirInfo> AllDirs() {
427 return arrow::internal::checked_pointer_cast<MockFileSystem>(fs_)->AllDirs();

Callers

nothing calls this directly

Calls 3

WriteMethod · 0.45
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected