MCPcopy Create free account
hub / github.com/armon/circbuf / Buffer

Struct Buffer

circbuf.go:11–16  ·  view source on GitHub ↗

Buffer implements a circular buffer. It is a fixed size, and new writes overwrite older data, such that for a buffer of size N, for any amount of writes, only the last N bytes are retained.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected