MCPcopy Create free account
hub / github.com/cztomczak/cefpython / run_git

Function run_git

tools/automate.py:977–979  ·  view source on GitHub ↗

Run git command using depot_tools.

(command_line, working_dir)

Source from the content-addressed store, hash-verified

975
976
977def run_git(command_line, working_dir):
978 """Run git command using depot_tools."""
979 return run_command("git %s" % command_line, working_dir)
980
981
982def run_automate_git():

Callers 1

create_cef_directoriesFunction · 0.85

Calls 1

run_commandFunction · 0.85

Tested by

no test coverage detected