MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / configPath

Function configPath

tests/unit/broccoli/default-packager/javascript-test.js:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 };
85 let project = {
86 configPath() {
87 return `${input.path()}/the-best-app-ever/config/environment`;
88 },
89
90 config() {
91 return { a: 1 };

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…