MCPcopy
hub / github.com/Kong/insomnia / onFulfilled

Function onFulfilled

packages/insomnia/bin/yarn-standalone.js:68301–68309  ·  view source on GitHub ↗

* @param {Mixed} res * @return {Promise} * @api private

(res)

Source from the content-addressed store, hash-verified

68299 */
68300
68301 function onFulfilled(res) {
68302 var ret;
68303 try {
68304 ret = gen.next(res);
68305 } catch (e) {
68306 return reject(e);
68307 }
68308 next(ret);
68309 }
68310
68311 /**
68312 * @param {Error} err

Callers 1

coFunction · 0.85

Calls 3

rejectFunction · 0.85
nextFunction · 0.70
nextMethod · 0.45

Tested by

no test coverage detected