MCPcopy Create free account
hub / github.com/ember-cli/ember-cli /

Class

lib/models/package-info-cache/package-info.js:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 * @class PackageInfo
58 */
59class PackageInfo {
60 constructor(pkgObj, realPath, cache, isRoot = false) {
61 this.pkg = pkgObj;
62 this.pkg['ember-addon'] = this.pkg['ember-addon'] || {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected