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

Function createIndexType

test/fixtures/snapshot/typescript.js:61733–61738  ·  view source on GitHub ↗
(type, stringsOnly)

Source from the content-addressed store, hash-verified

61731 return links.resolvedType;
61732 }
61733 function createIndexType(type, stringsOnly) {
61734 var result = createType(4194304 /* TypeFlags.Index */);
61735 result.type = type;
61736 result.stringsOnly = stringsOnly;
61737 return result;
61738 }
61739 function createOriginIndexType(type) {
61740 var result = createOriginType(4194304 /* TypeFlags.Index */);
61741 result.type = type;

Callers 1

Calls 1

createTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…