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

Function updateArrayBindingPattern

test/fixtures/snapshot/typescript.js:23939–23943  ·  view source on GitHub ↗
(node, elements)

Source from the content-addressed store, hash-verified

23937 }
23938 // @api
23939 function updateArrayBindingPattern(node, elements) {
23940 return node.elements !== elements
23941 ? update(createArrayBindingPattern(elements), node)
23942 : node;
23943 }
23944 // @api
23945 function createBindingElement(dotDotDotToken, propertyName, name, initializer) {
23946 var node = createBaseBindingLikeDeclaration(203 /* SyntaxKind.BindingElement */,

Callers

nothing calls this directly

Calls 2

updateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…