MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / keys

Method keys

apps/proxy/hls_proxy/server.py:64–66  ·  view source on GitHub ↗

Get list of available sequence numbers

(self)

Source from the content-addressed store, hash-verified

62 return key in self.buffer
63
64 def keys(self) -> List[int]:
65 """Get list of available sequence numbers"""
66 return list(self.buffer.keys())
67
68 def cleanup(self, keep_sequences: List[int]):
69 """Remove segments not in keep list"""

Callers 15

updatePlaylistMethod · 0.80
updateEPGMethod · 0.80
EventFunction · 0.80
EpisodeFunction · 0.80
M3URefreshNotificationFunction · 0.80
MovieTechnicalDetailsFunction · 0.80
handleConfirmFunction · 0.80
StatsCategoryFunction · 0.80
ChannelStreamsFunction · 0.80
StreamsTableFunction · 0.80
ChannelsTableFunction · 0.80

Calls

no outgoing calls