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

Method config

tests/helpers/mock-project.js:38–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 config() {
39 return (
40 this._config || {
41 rootURL: '/',
42 locationType: 'history',
43 }
44 );
45 }
46
47 has(key) {
48 return /server/.test(key);

Callers 6

ember-app-test.jsFile · 0.45
project-test.jsFile · 0.45
addon-test.jsFile · 0.45
eslint.config.mjsFile · 0.45
eslint.config.mjsFile · 0.45
eslint.config.mjsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected