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

Method test_open_input_file

c_glib/test/file-system-tests.rb:374–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 end
373
374 def test_open_input_file
375 create_file("ab", "some data")
376
377 stream = @fs.open_input_file("ab")
378 bytes = stream.read_at_bytes(5, 4)
379 assert_equal("data",
380 bytes.to_s)
381 stream.close
382 end
383end

Callers

nothing calls this directly

Calls 3

open_input_fileMethod · 0.45
to_sMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected