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

Method getChannelGroups

frontend/src/api.js:487–495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485 }
486
487 static async getChannelGroups() {
488 try {
489 const response = await request(`${host}/api/channels/groups/`);
490
491 return response;
492 } catch (e) {
493 errorNotification('Failed to retrieve channel groups', e);
494 }
495 }
496
497 static async addChannelGroup(values) {
498 try {

Callers 1

channels.jsxFile · 0.80

Calls 2

requestFunction · 0.85
errorNotificationFunction · 0.85

Tested by

no test coverage detected