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

Method populate_configs

deps/v8/tools/dev/gm.py:662–670  ·  view source on GitHub ↗
(self, arches, modes, targets, tests, clean)

Source from the content-addressed store, hash-verified

660 self.testrunner_args = []
661
662 def populate_configs(self, arches, modes, targets, tests, clean):
663 for a in arches:
664 for m in modes:
665 path = get_path(a, m)
666 if path not in self.configs:
667 self.configs[path] = ManagedConfig(a, m, targets, tests, clean,
668 self.testrunner_args)
669 else:
670 self.configs[path].extend(targets, tests)
671
672 def process_global_actions(self):
673 have_configs = len(self.configs) > 0

Callers 2

parse_argMethod · 0.95

Calls 3

get_pathFunction · 0.85
ManagedConfigClass · 0.85
extendMethod · 0.45

Tested by

no test coverage detected