MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / init

Function init

tests/unit/models/command-test.js:286–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 let AvailableOptionsInitCommand = Command.extend({
285 name: 'available-options-init-command',
286 init() {
287 this._super.apply(this, arguments);
288
289 this.availableOptions = [
290 {
291 name: 'spicy',
292 type: String,
293 default: true,
294 },
295 ];
296 },
297 run(options) {
298 return options;
299 },

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…