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

Function beforeRun

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

Source from the content-addressed store, hash-verified

330 ],
331
332 beforeRun() {
333 return new Promise((resolve) => {
334 resolve(
335 this.availableOptions.push({
336 name: 'foobar',
337 type: String,
338 default: 'bazbaz',
339 })
340 );
341 });
342 },
343 run(options) {
344 return options;
345 },

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…