MCPcopy Index your code
hub / github.com/nodejs/node / append

Function append

lib/internal/repl/await.js:208–210  ·  view source on GitHub ↗
(node, str)

Source from the content-addressed store, hash-verified

206 wrappedArray[node.start] = str + wrappedArray[node.start];
207 },
208 append(node, str) {
209 wrappedArray[node.end - 1] += str;
210 },
211 containsAwait: false,
212 containsReturn: false,
213 };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…