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

Method toArray

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

Source from the content-addressed store, hash-verified

347 }
348
349 toArray() {
350 return this.value.map((ref) => ref.value)
351 }
352}

Callers 9

Chunk.test.tsFile · 0.80
Channel.test.tsFile · 0.80
takeAllFunction · 0.80
TxQueue.tsFile · 0.80
clearFunction · 0.80
insertSortedFunction · 0.80
TxPriorityQueue.tsFile · 0.80

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected