MCPcopy Index your code
hub / github.com/ember-cli/ember-cli /

Class

tests/helpers/package-cache.js:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected