(directory)
| 212 | } |
| 213 | |
| 214 | function splitDirectory(directory) { |
| 215 | return [path.dirname(directory), path.basename(directory)] |
| 216 | } |
| 217 | |
| 218 | function findFilesInFolder(oldPath, newPath, opts) { |
| 219 | const { undo, verbose } = opts |
no outgoing calls
no test coverage detected