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

Method getAllStreamIds

frontend/src/api.js:1156–1166  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

1154 }
1155
1156 static async getAllStreamIds(params) {
1157 try {
1158 const response = await request(
1159 `${host}/api/channels/streams/ids/?${params.toString()}`
1160 );
1161
1162 return response;
1163 } catch (e) {
1164 errorNotification('Failed to fetch stream IDs', e);
1165 }
1166 }
1167
1168 static async getStreamGroups() {
1169 try {

Callers 2

requeryStreamsMethod · 0.80
StreamsTableFunction · 0.80

Calls 2

requestFunction · 0.85
errorNotificationFunction · 0.85

Tested by

no test coverage detected