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

Method OpenFile

cpp/src/arrow/io/file_test.cc:254–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252class TestReadableFile : public FileTestFixture {
253 public:
254 void OpenFile() { ASSERT_OK_AND_ASSIGN(file_, ReadableFile::Open(path_)); }
255
256 void MakeTestFile() {
257 std::string data = "testdata";

Callers

nothing calls this directly

Calls 1

ASSERT_OK_AND_ASSIGNFunction · 0.50

Tested by

no test coverage detected