Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
project-test.js
File · 0.45
addon-test.js
File · 0.45
eslint.config.mjs
File · 0.45
eslint.config.mjs
File · 0.45
eslint.config.mjs
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected