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

Method copy

dev/release/binary-task.rb:682–690  ·  view source on GitHub ↗
(source, destination)

Source from the content-addressed store, hash-verified

680 end
681
682 def copy(source, destination)
683 url = build_api_url("copy/arrow/#{source}",
684 "to" => "/arrow/#{destination}")
685 with_retry(3, url) do
686 with_read_timeout(300) do
687 request(:post, {}, url)
688 end
689 end
690 end
691
692 private
693 def build_read_url(path)

Callers 15

test_copyMethod · 0.80
test_copyMethod · 0.80
test_copyMethod · 0.80
test_copyMethod · 0.80
test_copyMethod · 0.80
copy_fileMethod · 0.80
test_filelike_objectsFunction · 0.80
run_with_env_varFunction · 0.80
test_runtime_infoFunction · 0.80
fix_example_valuesFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_copyMethod · 0.64
test_copyMethod · 0.64
test_copyMethod · 0.64
test_copyMethod · 0.64
test_copyMethod · 0.64
test_filelike_objectsFunction · 0.64
run_with_env_varFunction · 0.64
test_runtime_infoFunction · 0.64
fix_example_valuesFunction · 0.64