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

Method BuildRemoveSources

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

Source from the content-addressed store, hash-verified

337 return f'list(APPEND {self._SourceVar(target)} {sources})'
338
339 def BuildRemoveSources(self, target, sources):
340 sources = self._ExpandSources(target, sources)
341 return f'list(REMOVE_ITEM {self._SourceVar(target)} {sources})'
342
343 def BuildCondition(self, cond, then_stmts):
344 return f"""

Callers 1

_AssignSubMethod · 0.80

Calls 2

_ExpandSourcesMethod · 0.95
_SourceVarMethod · 0.95

Tested by

no test coverage detected