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

Method BuildSourcesList

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

Source from the content-addressed store, hash-verified

329 TARGETS[target], []).append('${' + self._SourceVar(target) + '}')
330
331 def BuildSourcesList(self, target, sources):
332 sources = self._ExpandSources(target, sources)
333 return f'set({self._SourceVar(target)} {sources})'
334
335 def BuildAppendSources(self, target, sources):
336 sources = self._ExpandSources(target, sources)

Callers 1

_AssignEqMethod · 0.80

Calls 2

_ExpandSourcesMethod · 0.95
_SourceVarMethod · 0.95

Tested by

no test coverage detected