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

Method resolvePathFor

lib/broccoli/ember-app.js:209–217  ·  view source on GitHub ↗
(defaultPath, specified)

Source from the content-addressed store, hash-verified

207 */
208 _initOptions(options) {
209 let resolvePathFor = (defaultPath, specified) => {
210 let path = defaultPath;
211 if (specified && typeof specified === 'string') {
212 path = specified;
213 }
214 let resolvedPath = this._resolveLocal(path);
215
216 return resolvedPath;
217 };
218
219 let buildTreeFor = (defaultPath, specified, shouldWatch) => {
220 if (specified !== null && specified !== undefined && typeof specified !== 'string') {

Callers

nothing calls this directly

Calls 1

_resolveLocalMethod · 0.95

Tested by

no test coverage detected