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

Function symbolHasNonMethodDeclaration

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

Source from the content-addressed store, hash-verified

74463 return thisContainer && ts.isFunctionLike(thisContainer) ? ts.getThisParameter(thisContainer) : undefined;
74464 }
74465 function symbolHasNonMethodDeclaration(symbol) {
74466 return !!forEachProperty(symbol, function (prop) { return !(prop.flags & 8192 /* SymbolFlags.Method */); });
74467 }
74468 function checkNonNullExpression(node) {
74469 return checkNonNullType(checkExpression(node), node);
74470 }

Callers 1

Calls 1

forEachPropertyFunction · 0.85

Tested by

no test coverage detected