MCPcopy Index your code
hub / github.com/Effect-TS/effect / structure

Function structure

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

Source from the content-addressed store, hash-verified

148 * @category hashing
149 */
150export const structure = <A extends object>(o: A) =>
151 structureKeys(o, Object.keys(o) as unknown as ReadonlyArray<keyof A>)
152
153/**
154 * @since 2.0.0

Callers

nothing calls this directly

Calls 2

structureKeysFunction · 0.85
keysMethod · 0.80

Tested by

no test coverage detected