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

Method test_mutable_data

c_glib/test/test-mutable-buffer.rb:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 end
39
40 def test_mutable_data
41 assert_equal(@data, @buffer.mutable_data.to_s)
42 end
43
44 def test_slice
45 sliced_buffer = @buffer.slice(1, 3)

Callers

nothing calls this directly

Calls 2

to_sMethod · 0.45
mutable_dataMethod · 0.45

Tested by

no test coverage detected