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

Function fetchActiveChannelStats

frontend/src/utils/pages/StatsUtils.js:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13};
14
15export const fetchActiveChannelStats = async () => {
16 return await API.fetchActiveChannelStats();
17};
18
19export const getVODStats = async () => {
20 return await API.getVODStats();

Callers 1

StatsPageFunction · 0.90

Calls 1

Tested by

no test coverage detected