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

Method constructor

scripts/generators/citiesGenerator.ts:20–25  ·  view source on GitHub ↗
({ streams, cities, logFile }: CitiesGeneratorProps)

Source from the content-addressed store, hash-verified

18 logFile: File
19
20 constructor({ streams, cities, logFile }: CitiesGeneratorProps) {
21 this.streams = streams.clone()
22 this.cities = cities
23 this.storage = new Storage(PUBLIC_DIR)
24 this.logFile = logFile
25 }
26
27 async generate(): Promise<void> {
28 const streams = this.streams

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected