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

Method update

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

* The `update` method aliases the `create` method. * * @method update * @param {String} label The label for the cache. * @param {String} type The type of package cache. * @param {String} manifest The contents of the manifest file for the cache. * @param {Array} links Packages to el

(/*label, type, manifest, links*/)

Source from the content-addressed store, hash-verified

610 * @return {String} The directory on disk which contains the cache.
611 */
612 update(/*label, type, manifest, links*/) {
613 return this.create.apply(this, arguments);
614 }
615
616 /**
617 * The `get` method returns the directory for the cache.

Callers 1

smoke-test-slow.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected