Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clrxbl/blockgametracker
/ Spool
Struct
Spool
internal/queue/spool.go:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
const
spoolExt =
".fb"
14
15
type
Spool
struct
{
16
Dir string
17
}
18
19
func
NewSpool(dir string) (*Spool, error) {
20
if
err := os.MkdirAll(dir, 0o755); err != nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected