MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / restoreCapacity

Function restoreCapacity

js/botasaurus-server-js/src/api-config.ts:164–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 let shouldDecrementCapacity = false;
163
164 function restoreCapacity() {
165 if (shouldDecrementCapacity) {
166 getExecutor().decrementCapacity(key);
167 shouldDecrementCapacity = false;
168 }
169 }
170
171 // Collect results with metadata
172 let collectedResults: Array<{

Callers 1

scrapingFunctionFunction · 0.85

Calls 2

getExecutorFunction · 0.90
decrementCapacityMethod · 0.80

Tested by

no test coverage detected