Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/novnc/noVNC
/ toUnsigned32bit
Function
toUnsigned32bit
core/util/int.js:9–11 ·
view source on GitHub ↗
(toConvert)
Source
from the content-addressed store, hash-verified
7
*/
8
9
export
function
toUnsigned32bit(toConvert) {
10
return
toConvert >>> 0;
11
}
12
13
export
function
toSigned32bit(toConvert) {
14
return
toConvert | 0;
Callers
3
clientCutText
Function · 0.90
test.rfb.js
File · 0.90
test.int.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…