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

Function updateTupleTypeNode

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

Source from the content-addressed store, hash-verified

23663 }
23664 // @api
23665 function updateTupleTypeNode(node, elements) {
23666 return node.elements !== elements
23667 ? update(createTupleTypeNode(elements), node)
23668 : node;
23669 }
23670 // @api
23671 function createNamedTupleMember(dotDotDotToken, name, questionToken, type) {
23672 var node = createBaseNode(197 /* SyntaxKind.NamedTupleMember */);

Callers

nothing calls this directly

Calls 2

createTupleTypeNodeFunction · 0.85
updateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…