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

Method MockFileSystem

cpp/src/arrow/filesystem/mockfs.cc:435–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433MockFileSystem::~MockFileSystem() = default;
434
435MockFileSystem::MockFileSystem(TimePoint current_time, const io::IOContext& io_context) {
436 impl_ = std::make_unique<Impl>(current_time, io_context.pool());
437}
438
439bool MockFileSystem::Equals(const FileSystem& other) const { return this == &other; }
440

Callers

nothing calls this directly

Calls 1

poolMethod · 0.45

Tested by

no test coverage detected