MCPcopy Create free account
hub / github.com/chrisbenincasa/tunarr / getProgramById

Method getProgramById

server/src/db/interfaces/IProgramDB.ts:44–44  ·  view source on GitHub ↗
(
    id: string,
  )

Source from the content-addressed store, hash-verified

42export interface IProgramDB {
43 // TODO: Allow null narrowing on mediaSourceId
44 getProgramById(
45 id: string,
46 ): Promise<Maybe<MarkRequired<ProgramWithRelationsOrm, 'externalIds'>>>;
47

Callers 12

runMethod · 0.65
runTroubleshootMethod · 0.65
programmingApiFunction · 0.65
debugStreamApiRouterFunction · 0.65
handleProgramMethod · 0.65
createLineupItemMethod · 0.65
getStreamMethod · 0.65
findForProgramIdMethod · 0.65
getProgramByIdMethod · 0.65

Implementers 1

ProgramDBserver/src/db/ProgramDB.ts

Calls

no outgoing calls

Tested by

no test coverage detected