Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ Read
Method
Read
track/reader-data.go:62–65 ·
view source on GitHub ↗
(ring *util.Ring[F])
Source
from the content-addressed store, hash-verified
60
}
61
62
func
(r *RingReader[T, F]) Read(ring *util.Ring[F]) (err error) {
63
r.StopRead()
64
return
r.StartRead(ring)
65
}
66
67
type
DataReader[T any]
struct
{
68
RingReader[T, *common.DataFrame[T]]
Callers
1
ReadNext
Method · 0.95
Calls
2
StopRead
Method · 0.95
StartRead
Method · 0.95
Tested by
no test coverage detected