MCPcopy 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

73const intForUUID = murmurhash3_32_gc(cInfo.uuid);
74
75export function isInRollout(rollout: number) {
76 return intForUUID % 100 < rollout;
77}

Callers 2

resolveCheckResultFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected