MCPcopy Index your code
hub / github.com/dataease/SQLBot / smi

Function smi

frontend/public/swagger-ui-bundle.js:2086–2088  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

2084 return (i * a + ((((s >>> 16) * a + i * (o >>> 16)) << 16) >>> 0)) | 0
2085 }
2086 function smi(s) {
2087 return ((s >>> 1) & 1073741824) | (3221225471 & s)
2088 }
2089 function hash(s) {
2090 if (!1 === s || null == s) return 0
2091 if ('function' == typeof s.valueOf && (!1 === (s = s.valueOf()) || null == s))

Callers 3

hashFunction · 0.85
hashStringFunction · 0.85
murmurHashOfSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected