Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_capacity
Method
test_capacity
c_glib/test/test-buffer.rb:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
end
71
72
def test_capacity
73
assert_equal(@data.bytesize, @buffer.capacity)
74
end
75
76
def test_data
77
assert_equal(@data, @buffer.data.to_s)
Callers
nothing calls this directly
Calls
1
capacity
Method · 0.45
Tested by
no test coverage detected