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

Function isStaticSymbol

test/fixtures/snapshot/typescript.js:138828–138833  ·  view source on GitHub ↗
(symbol)

Source from the content-addressed store, hash-verified

138826 }
138827 }
138828 function isStaticSymbol(symbol) {
138829 if (!symbol.valueDeclaration)
138830 return false;
138831 var modifierFlags = ts.getEffectiveModifierFlags(symbol.valueDeclaration);
138832 return !!(modifierFlags & 32 /* ModifierFlags.Static */);
138833 }
138834 function getRelatedSymbol(search, referenceSymbol, referenceLocation, state) {
138835 var checker = state.checker;
138836 return forEachRelatedSymbol(referenceSymbol, referenceLocation, checker, /*isForRenamePopulateSearchSymbolSet*/ false,

Callers 2

populateSearchSymbolSetFunction · 0.85
getRelatedSymbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected