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

Function _env

lib/models/command.js:208–215  ·  view source on GitHub ↗
(/* name */)

Source from the content-addressed store, hash-verified

206 },
207
208 _env(/* name */) {
209 return {
210 ui: this.ui,
211 project: this.project,
212 testing: this.testing,
213 settings: this.settings,
214 };
215 },
216
217 /**
218 * Looks up for the task and runs

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…