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

Function getDeclarationNodeFlagsFromSymbol

test/fixtures/snapshot/typescript.js:74311–74313  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

74309 }
74310 }
74311 function getDeclarationNodeFlagsFromSymbol(s) {
74312 return s.valueDeclaration ? ts.getCombinedNodeFlags(s.valueDeclaration) : 0;
74313 }
74314 /**
74315 * Return whether this symbol is a member of a prototype somewhere
74316 * Note that this is not tracked well within the compiler, so the answer may be incorrect.

Callers 4

isDeprecatedSymbolFunction · 0.85
isConstVariableFunction · 0.85
isReadonlySymbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…