Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ dirty
Method
dirty
dev/archery/archery/utils/git.py:62–63 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
60
return
self.run_cmd(*argv, **kwargs)
61
62
def
dirty(self, **kwargs):
63
return
len(self.status(
"--short"
, **kwargs)) > 0
64
65
@git_cmd
66
def
log(self, *argv, **kwargs):
Callers
1
git_dirty
Method · 0.80
Calls
2
status
Method · 0.95
len
Function · 0.85
Tested by
no test coverage detected