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

Method constructor

lib/models/host-info-cache.js:9–14  ·  view source on GitHub ↗
(project)

Source from the content-addressed store, hash-verified

7
8class HostInfoCache {
9 constructor(project) {
10 this.project = project;
11 this._bundledPackageInfoCache = new Map();
12 this._hostAddonInfoCache = new Map();
13 this._lcaHostCache = new Map();
14 }
15
16 /**
17 * Given a path (calculated as part of `getHostAddonInfo`), return the correct

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected