MCPcopy
hub / github.com/Effect-TS/effect / combine

Function combine

packages/effect/src/Hash.ts:90–90  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

88 * @category hashing
89 */
90export const combine: (b: number) => (self: number) => number = (b) => (self) => (self * 53) ^ b
91
92/**
93 * @since 2.0.0

Callers 4

structureKeysFunction · 0.70
arrayFunction · 0.70
Stream.tsFile · 0.70
Record.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected