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

Function addStream

frontend/src/utils/forms/StreamUtils.js:17–19  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

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

addStreamMethod · 0.80

Tested by

no test coverage detected