MCPcopy Create free account
hub / github.com/apache/cloudstack / toUnsigned32bit

Function toUnsigned32bit

systemvm/agent/noVNC/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 1

clientCutTextFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected