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

Method _AssignEq

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

Source from the content-addressed store, hash-verified

135 return self.ASSIGN_TYPES[op.data](self, left, right)
136
137 def _AssignEq(self, left, right):
138 if left == 'sources':
139 return self.builder.BuildSourcesList(
140 self.current_target, [str(token) for token in right.children])
141
142 def _AssignAdd(self, left, right):
143 if left == 'sources':

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
BuildSourcesListMethod · 0.80

Tested by

no test coverage detected