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