MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / getActivePlaylistCount

Function getActivePlaylistCount

src/buffer.go:67–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func getActivePlaylistCount() (count int) {
68 count = 0
69 BufferInformation.Range(func(key, value interface{}) bool {
70 count++
71 return true
72 })
73 return count
74}
75
76func cleanUpStaleClients() {
77 BufferInformation.Range(func(key, value interface{}) bool {

Callers 1

setDefaultResponseDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected