MCPcopy Create free account
hub / github.com/nodejs/node / getRightOfPropertyAccessOrQualifiedName

Function getRightOfPropertyAccessOrQualifiedName

test/fixtures/snapshot/typescript.js:159433–159435  ·  view source on GitHub ↗
(propertyAccessOrQualifiedName)

Source from the content-addressed store, hash-verified

159431 }
159432 }
159433 function getRightOfPropertyAccessOrQualifiedName(propertyAccessOrQualifiedName) {
159434 return ts.isPropertyAccessExpression(propertyAccessOrQualifiedName) ? propertyAccessOrQualifiedName.name : propertyAccessOrQualifiedName.right;
159435 }
159436 function getLeftOfPropertyAccessOrQualifiedName(propertyAccessOrQualifiedName) {
159437 return ts.isPropertyAccessExpression(propertyAccessOrQualifiedName) ? propertyAccessOrQualifiedName.expression : propertyAccessOrQualifiedName.left;
159438 }

Callers 1

doChangeNamespaceToNamedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected