MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / releaseToken

Function releaseToken

scripts/transifex.mjs:47–50  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

45 return token;
46 }
47 function releaseToken(token) {
48 processing.delete(token);
49 check();
50 }
51 function check() {
52 while (tokens.length && processing.size < concurrency) {
53 const token = tokens.shift();

Callers 1

limitedFunction · 0.85

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected