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

Method setup

c_glib/test/test-function-doc.rb:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18class TestFunctionDoc < Test::Unit::TestCase
19 def setup
20 @doc = Arrow::Function.find("or").doc
21 end
22
23 def test_summary
24 assert_equal("Logical 'or' boolean values",

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected