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

Function createStringMappingType

test/fixtures/snapshot/typescript.js:62016–62021  ·  view source on GitHub ↗
(symbol, type)

Source from the content-addressed store, hash-verified

62014 return result;
62015 }
62016 function createStringMappingType(symbol, type) {
62017 var result = createType(268435456 /* TypeFlags.StringMapping */);
62018 result.symbol = symbol;
62019 result.type = type;
62020 return result;
62021 }
62022 function createIndexedAccessType(objectType, indexType, accessFlags, aliasSymbol, aliasTypeArguments) {
62023 var type = createType(8388608 /* TypeFlags.IndexedAccess */);
62024 type.objectType = objectType;

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…