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

Class

lib/models/host-info-cache.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8class HostInfoCache {
9 constructor(project) {
10 this.project = project;
11 this._bundledPackageInfoCache = new Map();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected