MCPcopy Index your code
hub / github.com/CodeboxIDE/codebox / processQueue

Function processQueue

core/utils.js:116–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 var queue = [];
115
116 var processQueue = function processQueue() {
117 // Let the processor, process all the data in the queue
118 processor(queue);
119
120 // Empty queue
121 queue = [];
122 };
123
124 var debounced = (options.debounce !== undefined) ?
125 _.debounce(processQueue, options.debounce) :

Callers 1

batchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected