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

Function getIndexInfoWithReadonly

test/fixtures/snapshot/typescript.js:63011–63013  ·  view source on GitHub ↗
(info, readonly)

Source from the content-addressed store, hash-verified

63009 return result;
63010 }
63011 function getIndexInfoWithReadonly(info, readonly) {
63012 return info.isReadonly !== readonly ? createIndexInfo(info.keyType, info.type, readonly, info.declaration) : info;
63013 }
63014 function createLiteralType(flags, value, symbol, regularType) {
63015 var type = createType(flags);
63016 type.symbol = symbol;

Callers 1

getSpreadTypeFunction · 0.85

Calls 1

createIndexInfoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…