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

Method constructor

lib/models/addon-info.js:11–15  ·  view source on GitHub ↗
(name, path, pkg)

Source from the content-addressed store, hash-verified

9
10class AddonInfo {
11 constructor(name, path, pkg) {
12 this.name = name;
13 this.path = path;
14 this.pkg = pkg;
15 }
16}
17
18module.exports = AddonInfo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected