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

Function afterInstall

tests/integration/models/blueprint-test.js:66–69  ·  view source on GitHub ↗
(/* opts */)

Source from the content-addressed store, hash-verified

64 },
65
66 afterInstall(/* opts */) {
67 afterInstallCalled = true;
68 return this._super.afterInstall.apply(this, arguments);
69 },
70
71 beforeUninstall() {
72 beforeUninstallCalled = true;

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…