(context)
| 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. |
no outgoing calls
no test coverage detected