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

Method run

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

Source from the content-addressed store, hash-verified

727
728 class AsyncTask extends Task {
729 run(options) {
730 return new Promise(function (resolve) {
731 setTimeout(() => resolve(options), 50);
732 });
733 }
734 }
735
736 class SyncTask extends Task {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected