MCPcopy Create free account
hub / github.com/Effect-TS/effect / structure

Function structure

packages/effect/src/Hash.ts:448–448  ·  view source on GitHub ↗
(o: A)

Source from the content-addressed store, hash-verified

446 * @since 2.0.0
447 */
448export const structure = <A extends object>(o: A) => structureKeys(o, getAllObjectKeys(o))
449
450const iterableWith = (seed: number, f: (el: any) => number) => (iter: Iterable<any>) => {
451 let h = seed

Callers 1

hashFunction · 0.85

Calls 2

getAllObjectKeysFunction · 0.90
structureKeysFunction · 0.85

Tested by

no test coverage detected