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

Function init

tests/unit/models/addon-test.js:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 packageRoot: projectPath,
60
61 init() {
62 this._super.apply(this, arguments);
63 this.treePaths.vendor = 'blazorz';
64 this.treeForMethods.public = 'huzzah!';
65 },
66 });
67
68 SecondAddon = Addon.extend({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…