MCPcopy Index your code
hub / github.com/iptv-org/iptv / getUniqKey

Method getUniqKey

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

Source from the content-addressed store, hash-verified

108 }
109
110 getUniqKey(): string {
111 const filepath = this.getFilepath()
112 const tvgId = this.getTvgId()
113
114 return filepath + tvgId + this.url
115 }
116
117 getVerticalResolution(): number {
118 if (!this.quality) return 0

Callers

nothing calls this directly

Calls 2

getFilepathMethod · 0.95
getTvgIdMethod · 0.95

Tested by

no test coverage detected