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

Function isNamespaceMember

test/fixtures/snapshot/typescript.js:54731–54734  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

54729 }
54730 }
54731 function isNamespaceMember(p) {
54732 return !!(p.flags & (788968 /* SymbolFlags.Type */ | 1920 /* SymbolFlags.Namespace */ | 2097152 /* SymbolFlags.Alias */)) ||
54733 !(p.flags & 4194304 /* SymbolFlags.Prototype */ || p.escapedName === "prototype" || p.valueDeclaration && ts.isStatic(p.valueDeclaration) && ts.isClassLike(p.valueDeclaration.parent));
54734 }
54735 function sanitizeJSDocImplements(clauses) {
54736 var result = ts.mapDefined(clauses, function (e) {
54737 var _a;

Callers 1

serializeAsClassFunction · 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…