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

Class

lib/models/addon-info.js:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 */
9
10class AddonInfo {
11 constructor(name, path, pkg) {
12 this.name = name;
13 this.path = path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected