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

Function emitFunctionDeclaration

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

Source from the content-addressed store, hash-verified

112749 emitList(node, node.declarations, 528 /* ListFormat.VariableDeclarationList */);
112750 }
112751 function emitFunctionDeclaration(node) {
112752 emitFunctionDeclarationOrExpression(node);
112753 }
112754 function emitFunctionDeclarationOrExpression(node) {
112755 emitDecorators(node, node.decorators);
112756 emitModifiers(node, node.modifiers);

Callers 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…