Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clrxbl/blockgametracker
/ Read
Method
Read
internal/queue/spool.go:68–70 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
66
}
67
68
func
(s *Spool) Read(path string) ([]byte, error) {
69
return
os.ReadFile(path)
70
}
71
72
func
(s *Spool) Delete(path string) error {
73
return
os.Remove(path)
Callers
2
drain
Method · 0.80
Write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected