MCPcopy 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
100class 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

CommonPrepareMethod · 0.80

Calls 1

GitMethod · 0.80

Tested by

no test coverage detected