MCPcopy Index your code
hub / github.com/nodejs/node / git

Function git

tools/v8/fetch_deps.py:59–62  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

57
58def EnsureGit(v8_path):
59 def git(args):
60 # shell=True needed on Windows to resolve git.bat.
61 return subprocess.check_output(
62 "git " + args, cwd=v8_path, shell=True).strip()
63
64 expected_git_dir = os.path.join(v8_path, ".git")
65 actual_git_dir = git("rev-parse --absolute-git-dir")

Callers 1

EnsureGitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected