Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
40
export
const
addChannel = (channel) => {
41
return
API.addChannel(channel);
42
};
43
export
const
requeryChannels = () => {
44
API.requeryChannels();
45
};
Callers
2
onSubmit
Function · 0.90
ChannelUtils.test.js
File · 0.90
Calls
1
addChannel
Method · 0.80
Tested by
no test coverage detected