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

Method queryStreams

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

Source from the content-addressed store, hash-verified

1102 }
1103
1104 static async queryStreams(params) {
1105 try {
1106 const response = await request(
1107 `${host}/api/channels/streams/?${params.toString()}`
1108 );
1109
1110 return response;
1111 } catch (e) {
1112 errorNotification('Failed to fetch streams', e);
1113 }
1114 }
1115
1116 static async queryStreamsTable(params) {
1117 try {

Callers 4

queryStreamsTableMethod · 0.80
requeryStreamsMethod · 0.80
queryStreamsFunction · 0.80

Calls 2

requestFunction · 0.85
errorNotificationFunction · 0.85

Tested by

no test coverage detected