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

Method delete

dev/release/binary-task.rb:407–412  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

405 end
406
407 def delete(path)
408 url = build_write_url(path)
409 with_retry(3, url) do
410 request(:delete, {}, url)
411 end
412 end
413
414 private
415 def build_request(method, url, headers, body: nil)

Callers 4

uploadMethod · 0.45
download_distributionMethod · 0.45
prepare_stagingMethod · 0.45
delete_stagingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected