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

Method _AssignSub

deps/v8/tools/cppgc/gen_cmake.py:147–150  ·  view source on GitHub ↗
(self, left, right)

Source from the content-addressed store, hash-verified

145 self.current_target, [str(token) for token in right.children])
146
147 def _AssignSub(self, left, right):
148 if left == 'sources':
149 return self.builder.BuildRemoveSources(
150 self.current_target, [str(token) for token in right.children])
151
152 def _Condition(self, cond_expr, then_stmts, else_stmts=None):
153 'Visit GN condition: if (cond) {then_stmts} else {else_stmts}'

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
BuildRemoveSourcesMethod · 0.80

Tested by

no test coverage detected