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

Function isVarConst

test/fixtures/snapshot/typescript.js:15440–15442  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

15438 }
15439 ts.isDeclarationReadonly = isDeclarationReadonly;
15440 function isVarConst(node) {
15441 return !!(ts.getCombinedNodeFlags(node) & 2 /* NodeFlags.Const */);
15442 }
15443 ts.isVarConst = isVarConst;
15444 function isLet(node) {
15445 return !!(ts.getCombinedNodeFlags(node) & 1 /* NodeFlags.Let */);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…