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

Method archive

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

Source from the content-addressed store, hash-verified

45 @capture_stdout(strip=False)
46 @git_cmd
47 def archive(self, *argv, **kwargs):
48 return self.run_cmd(*argv, **kwargs)
49
50 @git_cmd
51 def clone(self, *argv, **kwargs):

Callers

nothing calls this directly

Calls 1

run_cmdMethod · 0.95

Tested by

no test coverage detected