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

Method constructor

lib/models/package-info-cache/index.js:31–34  ·  view source on GitHub ↗
(ui)

Source from the content-addressed store, hash-verified

29 */
30class PackageInfoCache {
31 constructor(ui) {
32 this.ui = ui; // a console-ui instance
33 this._clear();
34 }
35
36 /**
37 * Clear the cache information.

Callers

nothing calls this directly

Calls 1

_clearMethod · 0.95

Tested by

no test coverage detected