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

Function ensureTypeParams

test/fixtures/snapshot/typescript.js:108591–108593  ·  view source on GitHub ↗
(node, params)

Source from the content-addressed store, hash-verified

108589 return factory.createNodeArray(newParams || ts.emptyArray);
108590 }
108591 function ensureTypeParams(node, params) {
108592 return ts.hasEffectiveModifier(node, 8 /* ModifierFlags.Private */) ? undefined : ts.visitNodes(params, visitDeclarationSubtree);
108593 }
108594 function isEnclosingDeclaration(node) {
108595 return ts.isSourceFile(node)
108596 || ts.isTypeAliasDeclaration(node)

Callers 2

visitDeclarationSubtreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected