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

Function emitJSDocFunctionType

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

Source from the content-addressed store, hash-verified

111922 popNameGenerationScope(node);
111923 }
111924 function emitJSDocFunctionType(node) {
111925 writeKeyword("function");
111926 emitParameters(node, node.parameters);
111927 writePunctuation(":");
111928 emit(node.type);
111929 }
111930 function emitJSDocNullableType(node) {
111931 writePunctuation("?");
111932 emit(node.type);

Callers 1

Calls 4

writeKeywordFunction · 0.85
emitParametersFunction · 0.85
writePunctuationFunction · 0.85
emitFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…