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

Function createCallSignature

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

Source from the content-addressed store, hash-verified

23450 }
23451 // @api
23452 function createCallSignature(typeParameters, parameters, type) {
23453 var node = createBaseSignatureDeclaration(174 /* SyntaxKind.CallSignature */,
23454 /*decorators*/ undefined,
23455 /*modifiers*/ undefined,
23456 /*name*/ undefined, typeParameters, parameters, type);
23457 node.transformFlags = 1 /* TransformFlags.ContainsTypeScript */;
23458 return node;
23459 }
23460 // @api
23461 function updateCallSignature(node, typeParameters, parameters, type) {
23462 return node.typeParameters !== typeParameters

Callers 1

updateCallSignatureFunction · 0.85

Calls 1

Tested by

no test coverage detected