(type, cacheKey)
| 83144 | return noIterationTypes; |
| 83145 | } |
| 83146 | function getCachedIterationTypes(type, cacheKey) { |
| 83147 | return type[cacheKey]; |
| 83148 | } |
| 83149 | function setCachedIterationTypes(type, cacheKey, cachedTypes) { |
| 83150 | return type[cacheKey] = cachedTypes; |
| 83151 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…