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

Function updateObjectBindingPattern

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

Source from the content-addressed store, hash-verified

23921 }
23922 // @api
23923 function updateObjectBindingPattern(node, elements) {
23924 return node.elements !== elements
23925 ? update(createObjectBindingPattern(elements), node)
23926 : node;
23927 }
23928 // @api
23929 function createArrayBindingPattern(elements) {
23930 var node = createBaseNode(202 /* SyntaxKind.ArrayBindingPattern */);

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…