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

Function getNameOrArgument

test/fixtures/snapshot/typescript.js:16610–16615  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

16608 }
16609 ts.isBindableStaticNameExpression = isBindableStaticNameExpression;
16610 function getNameOrArgument(expr) {
16611 if (ts.isPropertyAccessExpression(expr)) {
16612 return expr.name;
16613 }
16614 return expr.argumentExpression;
16615 }
16616 ts.getNameOrArgument = getNameOrArgument;
16617 function getAssignmentDeclarationKindWorker(expr) {
16618 if (ts.isCallExpression(expr)) {

Callers 1

isSameEntityNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected