Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
limited
Function · 0.85
Calls
1
check
Function · 0.85
Tested by
no test coverage detected