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

Function getClassPrototype

test/fixtures/snapshot/typescript.js:94069–94071  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

94067 }
94068 }
94069 function getClassPrototype(node) {
94070 return factory.createPropertyAccessExpression(factory.getDeclarationName(node), "prototype");
94071 }
94072 function getClassMemberPrefix(node, member) {
94073 return ts.isStatic(member)
94074 ? factory.getDeclarationName(node)

Callers 1

getClassMemberPrefixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected