Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ CircularBuffer.test.ts
File
CircularBuffer.test.ts
src/utils/__tests__/CircularBuffer.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
'bun:test'
2
import
{ CircularBuffer } from
'../CircularBuffer'
3
4
describe(
'CircularBuffer'
, () => {
Callers
nothing calls this directly
Calls
6
toArray
Method · 0.80
addAll
Method · 0.80
getRecent
Method · 0.80
length
Method · 0.45
add
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected