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

Method next

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

Source from the content-addressed store, hash-verified

35571 }
35572
35573 const next = () => {
35574 this.shift(key);
35575 this.shiftConcurrencyQueue();
35576 };
35577
35578 const run = () => {
35579 this.running[key] = true;

Callers

nothing calls this directly

Calls 2

shiftMethod · 0.95
shiftConcurrencyQueueMethod · 0.95

Tested by

no test coverage detected