()
| 207 | let changedCount; |
| 208 | let oldChanged; |
| 209 | let stubbedChanged = function () { |
| 210 | changedCount += 1; |
| 211 | }; |
| 212 | let createStubbedGetDirectoryEntries = function (files) { |
| 213 | return function () { |
| 214 | return files.map(function (file) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…