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

Function createOriginType

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

Source from the content-addressed store, hash-verified

51726 return result;
51727 }
51728 function createOriginType(flags) {
51729 return new Type(checker, flags);
51730 }
51731 function createIntrinsicType(kind, intrinsicName, objectFlags) {
51732 if (objectFlags === void 0) { objectFlags = 0; }
51733 var type = createType(kind);

Callers 2

createOriginIndexTypeFunction · 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…