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

Method _AssignAdd

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

Source from the content-addressed store, hash-verified

140 self.current_target, [str(token) for token in right.children])
141
142 def _AssignAdd(self, left, right):
143 if left == 'sources':
144 return self.builder.BuildAppendSources(
145 self.current_target, [str(token) for token in right.children])
146
147 def _AssignSub(self, left, right):
148 if left == 'sources':

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
BuildAppendSourcesMethod · 0.80

Tested by

no test coverage detected