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

Function createJSDocUnaryTypeWorker

test/fixtures/snapshot/typescript.js:25604–25608  ·  view source on GitHub ↗
(kind, type)

Source from the content-addressed store, hash-verified

25602 // createJSDocVariadicType
25603 // createJSDocNamepathType
25604 function createJSDocUnaryTypeWorker(kind, type) {
25605 var node = createBaseNode(kind);
25606 node.type = type;
25607 return node;
25608 }
25609 // @api
25610 // updateJSDocNonNullableType
25611 // updateJSDocNullableType

Callers 3

createNodeFactoryFunction · 0.85

Calls 1

createBaseNodeFunction · 0.85

Tested by

no test coverage detected