MCPcopy
hub / github.com/Effect-TS/effect / put

Method put

packages/effect/src/internal/ringBuffer.ts:29–32  ·  view source on GitHub ↗
(value: A)

Source from the content-addressed store, hash-verified

27 }
28
29 put(value: A): void {
30 this.array[this.current] = value
31 this.increment()
32 }
33
34 dropLast(): void {
35 if (this.size > 0) {

Callers 6

putFunction · 0.80
stream.tsFile · 0.80
readerFunction · 0.80
makeIndexedDbFunction · 0.80
handleNextFunction · 0.80
makeFunction · 0.80

Calls 1

incrementMethod · 0.95

Tested by

no test coverage detected