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

Method close

dev/release/binary-task.rb:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 end
284
285 def close
286 return if @http.nil?
287 @http.finish if @http.started?
288 @http = nil
289 end
290
291 def request(method, headers, url, body: nil, &block)
292 request = build_request(method, url, headers, body: body)

Callers 5

openMethod · 0.45
valid_sign?Method · 0.45
signed_rpm?Method · 0.45
yum_updateMethod · 0.45

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected