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

Method WriteString

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

Source from the content-addressed store, hash-verified

421 }
422
423 Status WriteString(io::OutputStream* stream, const std::string& s) {
424 return stream->Write(s.data(), static_cast<int64_t>(s.length()));
425 }
426
427 std::vector<MockDirInfo> AllDirs() {
428 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