Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mumuy/browser
/ rotateLeft
Function
rotateLeft
src/module/utils/getMD5.js:1–3 ·
view source on GitHub ↗
(lValue, iShiftBits)
Source
from the content-addressed store, hash-verified
1
let
rotateLeft =
function
(lValue, iShiftBits) {
2
return
(lValue << iShiftBits) | (lValue >>> (32 - iShiftBits));
3
}
4
5
let
addUnsigned =
function
(lX, lY) {
6
let
lX4, lY4, lX8, lY8, lResult;
Callers
4
FF
Function · 0.85
GG
Function · 0.85
HH
Function · 0.85
II
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…