MCPcopy
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

1import { describe, expect, test } from 'bun:test'
2import { CircularBuffer } from '../CircularBuffer'
3
4describe('CircularBuffer', () => {

Callers

nothing calls this directly

Calls 6

toArrayMethod · 0.80
addAllMethod · 0.80
getRecentMethod · 0.80
lengthMethod · 0.45
addMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected