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

Method _ExpandSources

deps/v8/tools/cppgc/gen_cmake.py:445–448  ·  view source on GitHub ↗
(target, sources)

Source from the content-addressed store, hash-verified

443
444 @staticmethod
445 def _ExpandSources(target, sources):
446 if TARGETS[target] == 'tests':
447 sources = ['\"test/unittests/' + s[1:] for s in sources]
448 return ' '.join(sources)
449
450 @staticmethod
451 def _SourceVar(target):

Callers 3

BuildSourcesListMethod · 0.95
BuildAppendSourcesMethod · 0.95
BuildRemoveSourcesMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected