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

Function then

tests/unit/tasks/build-watch-test.js:42–44  ·  view source on GitHub ↗
(fulfillmentHandler, rejectionHandler)

Source from the content-addressed store, hash-verified

40
41 let _watcher = {
42 then(fulfillmentHandler, rejectionHandler) {
43 return Promise.resolve().then(fulfillmentHandler, rejectionHandler);
44 },
45 };
46
47 task = new BuildWatchTask({

Callers

nothing calls this directly

Calls 1

thenMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…