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

Function createType

test/fixtures/snapshot/typescript.js:51721–51727  ·  view source on GitHub ↗
(flags)

Source from the content-addressed store, hash-verified

51719 }
51720 }
51721 function createType(flags) {
51722 var result = new Type(checker, flags);
51723 typeCount++;
51724 result.id = typeCount;
51725 ts.tracing === null || ts.tracing === void 0 ? void 0 : ts.tracing.recordType(result);
51726 return result;
51727 }
51728 function createOriginType(flags) {
51729 return new Type(checker, flags);
51730 }

Callers 15

createIntrinsicTypeFunction · 0.85
createObjectTypeFunction · 0.85
createTypeParameterFunction · 0.85
getDeclaredTypeOfEnumFunction · 0.85
cloneTypeReferenceFunction · 0.85
getSubstitutionTypeFunction · 0.85
createIntersectionTypeFunction · 0.85
createIndexTypeFunction · 0.85
createStringMappingTypeFunction · 0.85
createIndexedAccessTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…