Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_mode
Method
test_mode
c_glib/test/test-file-input-stream.rb:76–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
end
75
76
def test_mode
77
input = Arrow::FileInputStream.new(@tempfile.path)
78
begin
79
assert_equal(Arrow::FileMode::READ, input.mode)
80
ensure
81
input.close
82
end
83
end
84
85
def test_file_descriptor
86
@tempfile.open
Callers
nothing calls this directly
Calls
4
new
Method · 0.45
path
Method · 0.45
mode
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected