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

Function _env

lib/commands/install.js:45–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 },
44
45 _env() {
46 return {
47 ui: this.ui,
48 project: this.project,
49 NpmInstallTask: this.tasks.NpmInstall,
50 BlueprintTask: this.tasks.GenerateFromBlueprint,
51 };
52 },
53});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…