MCPcopy
hub / github.com/iptv-org/iptv / setGuides

Method setGuides

scripts/models/stream.ts:18–20  ·  view source on GitHub ↗
(guides?: sdk.Models.Guide[])

Source from the content-addressed store, hash-verified

16 guides = new Collection<sdk.Models.Guide>()
17
18 setGuides(guides?: sdk.Models.Guide[]) {
19 this.guides = new Collection(guides)
20 }
21
22 getGuides(): Collection<sdk.Models.Guide> {
23 return this.guides

Callers 5

addStreamFunction · 0.95
mainFunction · 0.80
loadStreamsFunction · 0.80
editStreamFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected