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

Method process_global_actions

deps/v8/tools/dev/gm.py:672–680  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

670 self.configs[path].extend(targets, tests)
671
672 def process_global_actions(self):
673 have_configs = len(self.configs) > 0
674 for action in self.global_actions:
675 impact = ACTIONS[action]
676 if (have_configs):
677 for c in self.configs:
678 self.configs[c].extend(**impact)
679 else:
680 self.populate_configs(DEFAULT_ARCHES, DEFAULT_MODES, **impact)
681
682 def maybe_parse_builddir(self, argstring):
683 outdir_prefix = str(OUTDIR_BASENAME) + os.path.sep

Callers 1

parse_argumentsMethod · 0.95

Calls 2

populate_configsMethod · 0.95
extendMethod · 0.45

Tested by

no test coverage detected