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

Method get

tests/helpers/package-cache.js:623–625  ·  view source on GitHub ↗

* The `get` method returns the directory for the cache. * * @method get * @param {String} label The label for the cache. * @return {String} The directory on disk which contains the cache.

(label)

Source from the content-addressed store, hash-verified

621 * @return {String} The directory on disk which contains the cache.
622 */
623 get(label) {
624 return this.dirs[label];
625 }
626
627 /**
628 * The `destroy` method removes all evidence of the package cache.

Callers 15

linkDependenciesFunction · 0.95
cloneMethod · 0.95
_importMethod · 0.80
configMethod · 0.80
getHostAddonInfoMethod · 0.80
findLCAHostMethod · 0.80
blueprint.jsFile · 0.80
instantiateAddonsFunction · 0.80
getAddonInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected