MCPcopy Create free account
hub / github.com/effect-app/libs / string

Function string

repos/effect/packages/effect/src/Hash.ts:386–392  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

384 *
385 * This function allows you to hash an object by considering only specific keys,
386 * which is useful when you want to create a hash based on a subset of an object's
387 * properties.
388 *
389 * **Example** (Hashing selected object keys)
390 *
391 * ```ts import.meta.vitest
392 * import { Hash } from "effect"
393 *
394 * const person = { name: "John", age: 30, city: "New York" }
395 *

Callers 4

hashFunction · 0.70
numberFunction · 0.70
Hash.tsFile · 0.70
withVisitedTrackingFunction · 0.70

Calls 1

optimizeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…