| 214 | * @param {String} rootPath Root of the directory for `PackageCache`. |
| 215 | */ |
| 216 | module.exports = class PackageCache { |
| 217 | constructor(rootPath) { |
| 218 | this.rootPath = rootPath || originalWorkingDirectory; |
| 219 |
nothing calls this directly
no outgoing calls
no test coverage detected