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

Function addChannel

frontend/src/utils/forms/ChannelUtils.js:40–42  ·  view source on GitHub ↗
(channel)

Source from the content-addressed store, hash-verified

38 return API.updateChannel(values);
39};
40export const addChannel = (channel) => {
41 return API.addChannel(channel);
42};
43export const requeryChannels = () => {
44 API.requeryChannels();
45};

Callers 2

onSubmitFunction · 0.90

Calls 1

addChannelMethod · 0.80

Tested by

no test coverage detected