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

Function symbolIsValue

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

Source from the content-addressed store, hash-verified

51707 return getMergedSymbol(symbol && (symbol.flags & 1048576 /* SymbolFlags.ExportValue */) !== 0 && symbol.exportSymbol || symbol);
51708 }
51709 function symbolIsValue(symbol) {
51710 return !!(symbol.flags & 111551 /* SymbolFlags.Value */ || symbol.flags & 2097152 /* SymbolFlags.Alias */ && resolveAlias(symbol).flags & 111551 /* SymbolFlags.Value */ && !getTypeOnlyAliasDeclaration(symbol));
51711 }
51712 function findConstructorDeclaration(node) {
51713 var members = node.members;
51714 for (var _i = 0, members_3 = members; _i < members_3.length; _i++) {

Callers 4

isNamedMemberFunction · 0.85
getPropertyOfObjectTypeFunction · 0.85
getPropertyOfTypeFunction · 0.85

Calls 2

resolveAliasFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…