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

Struct Block

queue/blockqueue/queue.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type Block struct {
17 Items [BlockSize]interface{}
18 Next *Block
19}
20
21func New() *Queue { return &Queue{} }
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected