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

Function isStaticPrivateIdentifierProperty

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

Source from the content-addressed store, hash-verified

57647 }
57648 }
57649 function isStaticPrivateIdentifierProperty(s) {
57650 return !!s.valueDeclaration && ts.isPrivateIdentifierClassElementDeclaration(s.valueDeclaration) && ts.isStatic(s.valueDeclaration);
57651 }
57652 function resolveDeclaredMembers(type) {
57653 if (!type.declaredProperties) {
57654 var symbol = type.symbol;

Callers 2

addInheritedMembersFunction · 0.85
getUnmatchedPropertiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected