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

Function createJSDocFunctionType

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

Source from the content-addressed store, hash-verified

25625 }
25626 // @api
25627 function createJSDocFunctionType(parameters, type) {
25628 var node = createBaseSignatureDeclaration(317 /* SyntaxKind.JSDocFunctionType */,
25629 /*decorators*/ undefined,
25630 /*modifiers*/ undefined,
25631 /*name*/ undefined,
25632 /*typeParameters*/ undefined, parameters, type);
25633 return node;
25634 }
25635 // @api
25636 function updateJSDocFunctionType(node, parameters, type) {
25637 return node.parameters !== parameters

Callers 1

updateJSDocFunctionTypeFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…