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

Method isSFW

scripts/models/stream.ts:102–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 isSFW(): boolean {
103 const channel = this.getChannel()
104
105 if (!channel) return true
106
107 return !channel.is_nsfw
108 }
109
110 getUniqKey(): string {
111 const filepath = this.getFilepath()

Callers 9

generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected