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

Function createFunctionTypeNode

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

Source from the content-addressed store, hash-verified

23555 }
23556 // @api
23557 function createFunctionTypeNode(typeParameters, parameters, type) {
23558 var node = createBaseSignatureDeclaration(179 /* SyntaxKind.FunctionType */,
23559 /*decorators*/ undefined,
23560 /*modifiers*/ undefined,
23561 /*name*/ undefined, typeParameters, parameters, type);
23562 node.transformFlags = 1 /* TransformFlags.ContainsTypeScript */;
23563 return node;
23564 }
23565 // @api
23566 function updateFunctionTypeNode(node, typeParameters, parameters, type) {
23567 return node.typeParameters !== typeParameters

Callers 1

updateFunctionTypeNodeFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…