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

Function emitMethodDeclaration

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

Source from the content-addressed store, hash-verified

111829 popNameGenerationScope(node);
111830 }
111831 function emitMethodDeclaration(node) {
111832 emitDecorators(node, node.decorators);
111833 emitModifiers(node, node.modifiers);
111834 emit(node.asteriskToken);
111835 emit(node.name);
111836 emit(node.questionToken);
111837 emitSignatureAndBody(node, emitSignatureHead);
111838 }
111839 function emitClassStaticBlockDeclaration(node) {
111840 emitDecorators(node, node.decorators);
111841 emitModifiers(node, node.modifiers);

Callers 1

Calls 4

emitDecoratorsFunction · 0.85
emitModifiersFunction · 0.85
emitSignatureAndBodyFunction · 0.85
emitFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…