(current)
| 180 | return t4; |
| 181 | } |
| 182 | function _temp2(current) { |
| 183 | if (current.lspRecommendationDisabled) { |
| 184 | return current; |
| 185 | } |
| 186 | return { |
| 187 | ...current, |
| 188 | lspRecommendationDisabled: true |
| 189 | }; |
| 190 | } |
| 191 | function _temp(s) { |
| 192 | return s.fileHistory.trackedFiles; |
| 193 | } |
nothing calls this directly
no outgoing calls
no test coverage detected