MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / fetchActiveChannelStats

Method fetchActiveChannelStats

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

Source from the content-addressed store, hash-verified

2566 }
2567
2568 static async fetchActiveChannelStats() {
2569 try {
2570 const response = await request(`${host}/proxy/ts/status`);
2571 return response;
2572 } catch (e) {
2573 errorNotification('Failed to fetch active channel stats', e);
2574 throw e;
2575 }
2576 }
2577
2578 static async getLogos(params = {}) {
2579 try {

Callers 2

fetchActiveChannelStatsFunction · 0.80
StatsUtils.test.jsFile · 0.80

Calls 2

requestFunction · 0.85
errorNotificationFunction · 0.85

Tested by

no test coverage detected