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

Function filesPath

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

Source from the content-addressed store, hash-verified

54 },
55
56 filesPath(/* opts */) {
57 filesPathCalled = true;
58 return this._super.filesPath.apply(this, arguments);
59 },
60
61 beforeInstall(/* opts */) {
62 beforeInstallCalled = 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…