(f)
| 156 | firstFile; // if no entry and index, use first file found |
| 157 | |
| 158 | function onlyModuleEntry(f) { |
| 159 | return f.substring(0,6) === 'entry.'; |
| 160 | } |
| 161 | function onlyModuleIndex(f) { |
| 162 | return f.substring(0,6) === 'index.'; |
| 163 | } |
nothing calls this directly
no outgoing calls
no test coverage detected