MCPcopy 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
58func (r *RingReader[T, F]) ReadNext() (err error) {
59 return r.Read(r.Next())
60}
61
62func (r *RingReader[T, F]) Read(ring *util.Ring[F]) (err error) {
63 r.StopRead()

Callers 3

TestRingFunction · 0.80
readFrameMethod · 0.80
PlayMethod · 0.80

Calls 2

ReadMethod · 0.95
NextMethod · 0.45

Tested by 1

TestRingFunction · 0.64