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

Function value

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

Source from the content-addressed store, hash-verified

175 return function(hash: number) {
176 Object.defineProperty(self, symbol, {
177 value() {
178 return hash
179 },
180 enumerable: false
181 })
182 return hash

Callers 8

Redacted.tsFile · 0.70
redactedArbitraryFunction · 0.70
optionArbitraryFunction · 0.70
optionPrettyFunction · 0.70
mapArbitraryFunction · 0.70
readonlyMapPrettyFunction · 0.70
readonlyMapEquivalenceFunction · 0.70
Schema.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected