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

Method value

packages/effect/src/unstable/reactivity/AtomRef.ts:210–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 return Hash.hash(this.value)
209 }
210 get value() {
211 return this.transform(this.parent.value)
212 }
213 subscribe(f: (a: B) => void): () => void {
214 let previous = this.transform(this.parent.value)
215 return this.parent.subscribe((a) => {

Callers 15

SpecFetcher.tsFile · 0.45
makeFunction · 0.45
makeFunction · 0.45
makeFunction · 0.45
makeFunction · 0.45
makeClientFunction · 0.45
pgDumpFunction · 0.45
AnthropicClient.tsFile · 0.45

Calls 1

transformMethod · 0.65

Tested by

no test coverage detected