MCPcopy Index your code
hub / github.com/Dispatcharr/Dispatcharr / getAllChannelIds

Method getAllChannelIds

frontend/src/api.js:475–485  ·  view source on GitHub ↗
(params = new URLSearchParams())

Source from the content-addressed store, hash-verified

473 }
474
475 static async getAllChannelIds(params = new URLSearchParams()) {
476 try {
477 const response = await request(
478 `${host}/api/channels/channels/ids/?${params.toString()}`
479 );
480
481 return response;
482 } catch (e) {
483 errorNotification('Failed to fetch channel IDs', e);
484 }
485 }
486
487 static async getChannelGroups() {
488 try {

Callers 4

requeryChannelsMethod · 0.80
ChannelsTableFunction · 0.80
TVChannelGuideFunction · 0.80
channels.jsxFile · 0.80

Calls 2

requestFunction · 0.85
errorNotificationFunction · 0.85

Tested by

no test coverage detected