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

Function emitParameters

test/fixtures/snapshot/typescript.js:113773–113775  ·  view source on GitHub ↗
(parentNode, parameters)

Source from the content-addressed store, hash-verified

113771 emitList(parentNode, typeParameters, 53776 /* ListFormat.TypeParameters */);
113772 }
113773 function emitParameters(parentNode, parameters) {
113774 emitList(parentNode, parameters, 2576 /* ListFormat.Parameters */);
113775 }
113776 function canEmitSimpleArrowHead(parentNode, parameters) {
113777 var parameter = ts.singleOrUndefined(parameters);
113778 return parameter

Callers 7

emitMethodSignatureFunction · 0.85
emitCallSignatureFunction · 0.85
emitConstructSignatureFunction · 0.85
emitJSDocFunctionTypeFunction · 0.85
emitConstructorTypeFunction · 0.85
emitSignatureHeadFunction · 0.85
emitParametersForArrowFunction · 0.85

Calls 1

emitListFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…