Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ GitIsWorkdirClean
Method
GitIsWorkdirClean
deps/v8/tools/release/git_recipes.py:101–102 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
99
100
class
GitRecipesMixin(object):
101
def
GitIsWorkdirClean(self, **kwargs):
102
return
self.Git(
"status -s -uno"
, **kwargs).strip() ==
""
103
104
@Strip
105
def
GitBranch(self, **kwargs):
Callers
1
CommonPrepare
Method · 0.80
Calls
1
Git
Method · 0.80
Tested by
no test coverage detected