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

Method test_getter

c_glib/test/test-gio-input-stream.rb:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 end
57
58 def test_getter
59 input_stream = Gio::MemoryInputStream.new("Hello")
60 input = Arrow::GIOInputStream.new(input_stream)
61 assert_equal(input_stream, input.raw)
62 end
63
64 def test_peek
65 input_stream = Gio::MemoryInputStream.new("Hello World")

Callers

nothing calls this directly

Calls 2

newMethod · 0.45
rawMethod · 0.45

Tested by

no test coverage detected