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

Function createJSDocSignature

test/fixtures/snapshot/typescript.js:25670–25676  ·  view source on GitHub ↗
(typeParameters, parameters, type)

Source from the content-addressed store, hash-verified

25668 }
25669 // @api
25670 function createJSDocSignature(typeParameters, parameters, type) {
25671 var node = createBaseNode(323 /* SyntaxKind.JSDocSignature */);
25672 node.typeParameters = asNodeArray(typeParameters);
25673 node.parameters = createNodeArray(parameters);
25674 node.type = type;
25675 return node;
25676 }
25677 // @api
25678 function updateJSDocSignature(node, typeParameters, parameters, type) {
25679 return node.typeParameters !== typeParameters

Callers 1

updateJSDocSignatureFunction · 0.85

Calls 3

createBaseNodeFunction · 0.85
asNodeArrayFunction · 0.85
createNodeArrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…