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

Function isAssignmentDeclaration

test/fixtures/snapshot/typescript.js:16407–16409  ·  view source on GitHub ↗
(decl)

Source from the content-addressed store, hash-verified

16405 }
16406 ts.isStringDoubleQuoted = isStringDoubleQuoted;
16407 function isAssignmentDeclaration(decl) {
16408 return ts.isBinaryExpression(decl) || isAccessExpression(decl) || ts.isIdentifier(decl) || ts.isCallExpression(decl);
16409 }
16410 ts.isAssignmentDeclaration = isAssignmentDeclaration;
16411 /** Get the initializer, taking into account defaulted Javascript initializers */
16412 function getEffectiveInitializer(node) {

Callers 2

setValueDeclarationFunction · 0.85

Calls 2

isAccessExpressionFunction · 0.85
getSymbolOfNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…