Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ ReadNext
Method
ReadNext
track/reader-data.go:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(r *RingReader[T, F]) ReadNext() (err error) {
59
return
r.Read(r.Next())
60
}
61
62
func
(r *RingReader[T, F]) Read(ring *util.Ring[F]) (err error) {
63
r.StopRead()
Callers
3
TestRing
Function · 0.80
readFrame
Method · 0.80
Play
Method · 0.80
Calls
2
Read
Method · 0.95
Next
Method · 0.45
Tested by
1
TestRing
Function · 0.64