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

Method _addEntry

lib/models/package-info-cache/index.js:305–307  ·  view source on GitHub ↗

* Add an entry to the cache. * * @private * @method _addEntry

(path, entry)

Source from the content-addressed store, hash-verified

303 * @method _addEntry
304 */
305 _addEntry(path, entry) {
306 this.entries[path] = entry;
307 }
308
309 /**
310 * Retrieve an entry from the cache.

Callers 2

_readPackageMethod · 0.95
_readNodeModulesListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected