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

Method compute_so_version

dev/release/test-helper.rb:166–169  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

164 end
165
166 def compute_so_version(version)
167 major, minor, _patch = version.split(".")
168 Integer(major, 10) * 100 + Integer(minor, 10)
169 end
170
171 def compute_gi_api_version(version)
172 major, minor, _patch = version.split(".")

Callers

nothing calls this directly

Calls 1

IntegerFunction · 0.85

Tested by

no test coverage detected