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

Function createConstructSignature

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

Source from the content-addressed store, hash-verified

23467 }
23468 // @api
23469 function createConstructSignature(typeParameters, parameters, type) {
23470 var node = createBaseSignatureDeclaration(175 /* SyntaxKind.ConstructSignature */,
23471 /*decorators*/ undefined,
23472 /*modifiers*/ undefined,
23473 /*name*/ undefined, typeParameters, parameters, type);
23474 node.transformFlags = 1 /* TransformFlags.ContainsTypeScript */;
23475 return node;
23476 }
23477 // @api
23478 function updateConstructSignature(node, typeParameters, parameters, type) {
23479 return node.typeParameters !== typeParameters

Callers 1

updateConstructSignatureFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…