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

Function emitJSDocNullableType

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

Source from the content-addressed store, hash-verified

111928 emit(node.type);
111929 }
111930 function emitJSDocNullableType(node) {
111931 writePunctuation("?");
111932 emit(node.type);
111933 }
111934 function emitJSDocNonNullableType(node) {
111935 writePunctuation("!");
111936 emit(node.type);

Callers 1

Calls 2

writePunctuationFunction · 0.85
emitFunction · 0.70

Tested by

no test coverage detected