Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
90
export
const
combine: (b: number) => (self: number) => number = (b) => (self) => (self * 53) ^ b
91
92
/**
93
* @since 2.0.0
Callers
4
structureKeys
Function · 0.70
array
Function · 0.70
Stream.ts
File · 0.70
Record.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected