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

Method ls_files

dev/archery/archery/utils/git.py:71–73  ·  view source on GitHub ↗
(self, *argv, listify=False, **kwargs)

Source from the content-addressed store, hash-verified

69 @capture_stdout(strip=True, listify=True)
70 @git_cmd
71 def ls_files(self, *argv, listify=False, **kwargs):
72 stdout = self.run_cmd(*argv, **kwargs)
73 return stdout
74
75 @capture_stdout(strip=True)
76 @git_cmd

Callers

nothing calls this directly

Calls 1

run_cmdMethod · 0.95

Tested by

no test coverage detected