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

Function _SyncChromium

deps/v8/third_party/abseil-cpp/roll_abseil.py:23–26  ·  view source on GitHub ↗
(chromium_dir)

Source from the content-addressed store, hash-verified

21 subprocess.check_call(args, cwd=abseil_dir)
22
23def _SyncChromium(chromium_dir):
24 logging.info('Updating chromium...')
25 subprocess.check_call(['git', 'pull', '--rebase'], cwd=chromium_dir)
26 subprocess.check_call(['gclient', 'sync'], cwd=chromium_dir)
27
28
29def _UpdateChromiumReadme(readme_filename, abseil_dir):

Callers 1

_RollFunction · 0.85

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected