Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactnativecn/react-native-update
/ isInRollout
Function
isInRollout
src/isInRollout.ts:75–77 ·
view source on GitHub ↗
(rollout: number)
Source
from the content-addressed store, hash-verified
73
const
intForUUID = murmurhash3_32_gc(cInfo.uuid);
74
75
export
function
isInRollout(rollout: number) {
76
return
intForUUID % 100 < rollout;
77
}
Callers
2
resolveCheckResult
Function · 0.90
isInRollout.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected