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

Method clone

dev/archery/archery/utils/git.py:51–52  ·  view source on GitHub ↗
(self, *argv, **kwargs)

Source from the content-addressed store, hash-verified

49
50 @git_cmd
51 def clone(self, *argv, **kwargs):
52 return self.run_cmd(*argv, **kwargs)
53
54 @git_cmd
55 def fetch(self, *argv, **kwargs):

Callers 5

GcsTestbenchMethod · 0.80
SetUpMethod · 0.80
AsGoogleCloudOptionsFunction · 0.80
at_revisionMethod · 0.80

Calls 1

run_cmdMethod · 0.95

Tested by 2

GcsTestbenchMethod · 0.64
SetUpMethod · 0.64