MCPcopy Create free account
hub / github.com/egonelbre/exp / Cell

Struct Cell

ring/buffer.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type Cell struct {
18 sequence int64
19 Size int64
20 Data [CellSize]byte
21}
22
23type Ring struct {
24 writeat int64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected