MCPcopy Create free account
hub / github.com/nodejs/node / GitRemotes

Method GitRemotes

deps/v8/tools/release/git_recipes.py:124–126  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

122 self.Git(MakeArgs(["stash"]), **kwargs)
123
124 def GitRemotes(self, **kwargs):
125 return map(str.strip,
126 self.Git(MakeArgs(["branch -r"]), **kwargs).splitlines())
127
128 def GitCheckout(self, name, **kwargs):
129 assert name

Callers 1

GetBranchesMethod · 0.80

Calls 4

MakeArgsFunction · 0.85
GitMethod · 0.80
mapFunction · 0.50
splitlinesMethod · 0.45

Tested by

no test coverage detected