Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ status
Method
status
dev/archery/archery/utils/git.py:82–83 ·
view source on GitHub ↗
(self, *argv, **kwargs)
Source
from the content-addressed store, hash-verified
80
@capture_stdout(strip=True)
81
@git_cmd
82
def
status(self, *argv, **kwargs):
83
return
self.run_cmd(*argv, **kwargs)
84
85
@capture_stdout(strip=True)
86
def
head(self, **kwargs):
Callers
1
dirty
Method · 0.95
Calls
1
run_cmd
Method · 0.95
Tested by
no test coverage detected