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

Function updateQualifiedName

test/fixtures/snapshot/typescript.js:23163–23168  ·  view source on GitHub ↗
(node, left, right)

Source from the content-addressed store, hash-verified

23161 }
23162 // @api
23163 function updateQualifiedName(node, left, right) {
23164 return node.left !== left
23165 || node.right !== right
23166 ? update(createQualifiedName(left, right), node)
23167 : node;
23168 }
23169 // @api
23170 function createComputedPropertyName(expression) {
23171 var node = createBaseNode(162 /* SyntaxKind.ComputedPropertyName */);

Callers

nothing calls this directly

Calls 2

createQualifiedNameFunction · 0.85
updateFunction · 0.70

Tested by

no test coverage detected