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

Method GitAdd

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

Source from the content-addressed store, hash-verified

194
195 # TODO(machenbach): Unused? Remove.
196 def GitAdd(self, name, **kwargs):
197 assert name
198 self.Git(MakeArgs(["add", Quoted(name)]), **kwargs)
199
200 def GitApplyPatch(self, patch_file, reverse=False, **kwargs):
201 assert patch_file

Callers

nothing calls this directly

Calls 3

MakeArgsFunction · 0.85
QuotedFunction · 0.85
GitMethod · 0.80

Tested by

no test coverage detected