Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xerrors/Yuxi
/ rightRotate
Function
rightRotate
web/src/utils/subagentThread.js:18–18 ·
view source on GitHub ↗
(value, shift)
Source
from the content-addressed store, hash-verified
16
]
17
18
const
rightRotate = (value, shift) => ((value >>> shift) | (value << (32 - shift))) >>> 0
19
20
const
bytesToHex = (bytes) =>
21
Array.from(bytes)
Callers
1
sha256Hex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected