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

Function configPath

tests/unit/broccoli/default-packager/process-test.js:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45 let project = {
46 configPath() {
47 return `${input.path()}/the-best-app-ever/config/environment`;
48 },
49
50 config() {
51 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…