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

Method rev_parse

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

Source from the content-addressed store, hash-verified

75 @capture_stdout(strip=True)
76 @git_cmd
77 def rev_parse(self, *argv, **kwargs):
78 return self.run_cmd(*argv, **kwargs)
79
80 @capture_stdout(strip=True)
81 @git_cmd

Callers 5

headMethod · 0.95
current_branchMethod · 0.95
repository_rootMethod · 0.95
at_revisionMethod · 0.80
_rev_or_path_dirnameFunction · 0.80

Calls 1

run_cmdMethod · 0.95

Tested by

no test coverage detected