MCPcopy 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
62func (r *RingReader[T, F]) Read(ring *util.Ring[F]) (err error) {
63 r.StopRead()
64 return r.StartRead(ring)
65}
66
67type DataReader[T any] struct {
68 RingReader[T, *common.DataFrame[T]]

Callers 1

ReadNextMethod · 0.95

Calls 2

StopReadMethod · 0.95
StartReadMethod · 0.95

Tested by

no test coverage detected