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

Method test_mutable_data

c_glib/test/test-buffer.rb:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 end
79
80 def test_mutable_data
81 require_gi_bindings(3, 1, 2)
82 assert_nil(@buffer.mutable_data)
83 end
84
85 def test_size
86 assert_equal(@data.bytesize, @buffer.size)

Callers

nothing calls this directly

Calls 1

mutable_dataMethod · 0.45

Tested by

no test coverage detected