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

Function _PullAbseil

deps/v8/third_party/abseil-cpp/roll_abseil.py:16–21  ·  view source on GitHub ↗
(abseil_dir, revision)

Source from the content-addressed store, hash-verified

14ABSL_URI = 'https://github.com/abseil/abseil-cpp.git'
15
16def _PullAbseil(abseil_dir, revision):
17 logging.info('Updating abseil...')
18 args = ['git', 'clone', ABSL_URI]
19 if revision:
20 args.extend(['--revision', revision])
21 subprocess.check_call(args, cwd=abseil_dir)
22
23def _SyncChromium(chromium_dir):
24 logging.info('Updating chromium...')

Callers 1

_RollFunction · 0.85

Calls 2

infoMethod · 0.80
extendMethod · 0.45

Tested by

no test coverage detected