Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ Block
Struct
Block
queue/blockfreequeue/queue.go:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
type
Block
struct
{
18
Items [BlockSize]
interface
{}
19
Next *Block
20
}
21
22
func
New() *Queue {
return
&Queue{} }
23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected