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

Function getInferTypeContainer

test/fixtures/snapshot/typescript.js:47645–47648  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

47643 : declareSymbolAndAddToSymbolTable(node, symbolFlags, symbolExcludes);
47644 }
47645 function getInferTypeContainer(node) {
47646 var extendsType = ts.findAncestor(node, function (n) { return n.parent && ts.isConditionalTypeNode(n.parent) && n.parent.extendsType === n; });
47647 return extendsType && extendsType.parent;
47648 }
47649 function bindTypeParameter(node) {
47650 if (ts.isJSDocTemplateTag(node.parent)) {
47651 var container_1 = ts.getEffectiveContainerForJSDocTemplateTag(node.parent);

Callers 1

bindTypeParameterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected