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

Function createThread

scripts/utils.ts:324–326  ·  view source on GitHub ↗
(issue: Issue, type: string)

Source from the content-addressed store, hash-verified

322}
323
324export function createThread(issue: Issue, type: string): LogThread {
325 return new LogThread(issue, type)
326}

Callers 3

removeStreamFunction · 0.90
editStreamFunction · 0.90
addStreamFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected