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

Function getMapperFromContext

test/fixtures/snapshot/typescript.js:68136–68138  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

68134 undefined;
68135 }
68136 function getMapperFromContext(context) {
68137 return context && context.mapper;
68138 }
68139 // Return true if the given type could possibly reference a type parameter for which
68140 // we perform type inference (i.e. a type parameter of a generic function). We cache
68141 // results for union and intersection types for performance reasons.

Callers 2

inferTypeArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected