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

Function _processOptions

lib/models/blueprint.js:233–239  ·  view source on GitHub ↗

Process the options object coming from either the `init`, `install` or `uninstall` hook. @private @method _processOptions @param {Object} options

(options = {})

Source from the content-addressed store, hash-verified

231 @param {Object} options
232 */
233 _processOptions(options = {}) {
234 this.options = options;
235 this.dryRun = options.dryRun;
236 this.pod = options.pod;
237 this.project = options.project;
238 this.ui = options.ui;
239 },
240
241 /**
242 Hook to specify the path to the blueprint's files. By default this is

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…