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

Method _resolveLocal

lib/broccoli/ember-app.js:327–329  ·  view source on GitHub ↗

Resolves a path relative to the project's root @private @method _resolveLocal

(to)

Source from the content-addressed store, hash-verified

325 @method _resolveLocal
326 */
327 _resolveLocal(to) {
328 return path.join(this.project.root, to);
329 }
330
331 /**
332 @private

Callers 3

resolvePathForMethod · 0.95
_initProjectMethod · 0.80
ember-app-test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected