Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
export
const
fetchActiveChannelStats =
async
() => {
16
return
await
API.fetchActiveChannelStats();
17
};
18
19
export
const
getVODStats =
async
() => {
20
return
await
API.getVODStats();
Callers
1
StatsPage
Function · 0.90
Calls
1
fetchActiveChannelStats
Method · 0.80
Tested by
no test coverage detected