MCPcopy Index your code
hub / github.com/SocketCluster/socketcluster / bitRotateLeft

Function bitRotateLeft

app/public/socketcluster-client.js:8049–8051  ·  view source on GitHub ↗
(num, cnt)

Source from the content-addressed store, hash-verified

8047
8048
8049function bitRotateLeft(num, cnt) {
8050 return num << cnt | num >>> 32 - cnt;
8051}
8052/*
8053 * These functions implement the four basic operations the algorithm uses.
8054 */

Callers 1

md5cmnFunction · 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…