Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ GitStash
Method
GitStash
deps/v8/tools/release/git_recipes.py:121–122 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
119
self.Git(MakeArgs([
"reset --hard"
, name]), **kwargs)
120
121
def
GitStash(self, **kwargs):
122
self.Git(MakeArgs([
"stash"
]), **kwargs)
123
124
def
GitRemotes(self, **kwargs):
125
return
map(str.strip,
Callers
nothing calls this directly
Calls
2
MakeArgs
Function · 0.85
Git
Method · 0.80
Tested by
no test coverage detected