MCPcopy 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
68func (s *Spool) Read(path string) ([]byte, error) {
69 return os.ReadFile(path)
70}
71
72func (s *Spool) Delete(path string) error {
73 return os.Remove(path)

Callers 2

drainMethod · 0.80
WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected