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

Method GitShowFile

deps/v8/tools/release/git_recipes.py:186–189  ·  view source on GitHub ↗
(self, refspec, path, **kwargs)

Source from the content-addressed store, hash-verified

184 return self.Git(MakeArgs(args), **kwargs)
185
186 def GitShowFile(self, refspec, path, **kwargs):
187 assert refspec
188 assert path
189 return self.Git(MakeArgs(["show", "%s:%s" % (refspec, path)]), **kwargs)
190
191 def GitGetPatch(self, git_hash, **kwargs):
192 assert git_hash

Callers

nothing calls this directly

Calls 2

MakeArgsFunction · 0.85
GitMethod · 0.80

Tested by

no test coverage detected