Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hoothin/UserScripts
/ rank
Function
rank
Picviewer CE+/dist.user.js:6263–6265 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
6261
}
6262
6263
function
rank(f) {
6264
return
((f) << 1) - ((f) > 4 ? 9 : 0);
6265
}
6266
6267
function
zero(buf) {
var
len = buf.length;
while
(--len >= 0) { buf[len] = 0; } }
6268
Callers
1
deflate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected