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

Method extend

deps/v8/tools/dev/gm.py:435–438  ·  view source on GitHub ↗
(self, targets, tests=[], clean=False)

Source from the content-addressed store, hash-verified

433 self.clean = clean
434
435 def extend(self, targets, tests=[], clean=False):
436 self.targets.update(targets)
437 self.tests.update(tests)
438 self.clean |= clean
439
440 def update_build_distribution_args(self):
441 args_gn = self.path / "args.gn"

Callers 15

isRecoverableErrorFunction · 0.45
parseFunction · 0.45
http_getMethod · 0.45
startMethod · 0.45
_make_x509_nameMethod · 0.45
process_structFunction · 0.45
mkapiref.pyFile · 0.45
render_fficonfigFunction · 0.45
_V8PresubmitChecksFunction · 0.45
CheckChangeOnUploadFunction · 0.45
CheckChangeOnCommitFunction · 0.45
sum_upFunction · 0.45

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected