MCPcopy
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
9export function toUnsigned32bit(toConvert) {
10 return toConvert >>> 0;
11}
12
13export function toSigned32bit(toConvert) {
14 return toConvert | 0;

Callers 3

clientCutTextFunction · 0.90
test.rfb.jsFile · 0.90
test.int.jsFile · 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…