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

Function updateStream

frontend/src/utils/forms/StreamUtils.js:14–16  ·  view source on GitHub ↗
(streamId, payload)

Source from the content-addressed store, hash-verified

12};
13
14export const updateStream = (streamId, payload) => {
15 return API.updateStream({ id: streamId, ...payload });
16};
17export const addStream = (payload) => {
18 return API.addStream(payload);
19};

Callers 2

onSubmitFunction · 0.90

Calls 1

updateStreamMethod · 0.80

Tested by

no test coverage detected