MCPcopy Create free account
hub / github.com/nodejs/node / createJSDocPrimaryTypeWorker

Function createJSDocPrimaryTypeWorker

test/fixtures/snapshot/typescript.js:25588–25590  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

25586 // createJSDocAllType
25587 // createJSDocUnknownType
25588 function createJSDocPrimaryTypeWorker(kind) {
25589 return createBaseNode(kind);
25590 }
25591 // @api
25592 // createJSDocNullableType
25593 // createJSDocNonNullableType

Callers 1

createNodeFactoryFunction · 0.85

Calls 1

createBaseNodeFunction · 0.85

Tested by

no test coverage detected