Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
head
Method · 0.95
current_branch
Method · 0.95
repository_root
Method · 0.95
at_revision
Method · 0.80
_rev_or_path_dirname
Function · 0.80
Calls
1
run_cmd
Method · 0.95
Tested by
no test coverage detected