Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ StopRead
Method
StopRead
track/reader-data.go:51–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(r *RingReader[T, F]) StopRead() {
52
if
r.locked {
53
r.Value.ReaderLeave()
54
r.locked = false
55
}
56
}
57
58
func
(r *RingReader[T, F]) ReadNext() (err error) {
59
return
r.Read(r.Next())
Callers
5
Read
Method · 0.95
StopPlay
Method · 0.80
AddTrack
Method · 0.80
TestRing
Function · 0.80
Play
Method · 0.80
Calls
1
ReaderLeave
Method · 0.65
Tested by
1
TestRing
Function · 0.64