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

Function beforeInstall

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

Source from the content-addressed store, hash-verified

59 },
60
61 beforeInstall(/* opts */) {
62 beforeInstallCalled = true;
63 return this._super.beforeInstall.apply(this, arguments);
64 },
65
66 afterInstall(/* opts */) {
67 afterInstallCalled = 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…