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

Method run

packages/insomnia/bin/yarn-standalone.js:35578–35590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35576 };
35577
35578 const run = () => {
35579 this.running[key] = true;
35580 this.runningCount++;
35581
35582 factory().then(function (val) {
35583 resolve(val);
35584 next();
35585 return null;
35586 }).catch(function (err) {
35587 reject(err);
35588 next();
35589 });
35590 };
35591
35592 this.maybePushConcurrencyQueue(run);
35593 }

Callers

nothing calls this directly

Calls 4

factoryFunction · 0.85
rejectFunction · 0.85
resolveFunction · 0.70
nextFunction · 0.70

Tested by

no test coverage detected