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

Method test_reserve

c_glib/test/test-resizable-buffer.rb:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 end
27
28 def test_reserve
29 @buffer.reserve(1)
30 assert_equal(64, @buffer.capacity)
31 end
32end

Callers

nothing calls this directly

Calls 2

reserveMethod · 0.45
capacityMethod · 0.45

Tested by

no test coverage detected