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

Method BuildAppendSources

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

Source from the content-addressed store, hash-verified

333 return f'set({self._SourceVar(target)} {sources})'
334
335 def BuildAppendSources(self, target, sources):
336 sources = self._ExpandSources(target, sources)
337 return f'list(APPEND {self._SourceVar(target)} {sources})'
338
339 def BuildRemoveSources(self, target, sources):
340 sources = self._ExpandSources(target, sources)

Callers 1

_AssignAddMethod · 0.80

Calls 2

_ExpandSourcesMethod · 0.95
_SourceVarMethod · 0.95

Tested by

no test coverage detected