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

Function run

tests/unit/models/command-test.js:24–26  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

22 { name: 'environment', type: String, default: 'development' },
23 ],
24 run(options) {
25 return options;
26 },
27});
28
29let DevelopEmberCLICommand = Command.extend({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected