Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
put
Function · 0.80
stream.ts
File · 0.80
reader
Function · 0.80
makeIndexedDb
Function · 0.80
handleNext
Function · 0.80
make
Function · 0.80
Calls
1
increment
Method · 0.95
Tested by
no test coverage detected