Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Dispatcharr/Dispatcharr
/ addChannelGroup
Function
addChannelGroup
frontend/src/utils/forms/ChannelGroupUtils.js:9–11 ·
view source on GitHub ↗
(values)
Source
from the content-addressed store, hash-verified
7
});
8
};
9
export
const
addChannelGroup = (values) => {
10
return
API.addChannelGroup(values);
11
};
12
export
const
deleteChannelGroup = (group) => {
13
return
API.deleteChannelGroup(group.id);
14
};
Callers
3
GroupManager.jsx
File · 0.90
onSubmit
Function · 0.90
ChannelGroupUtils.test.js
File · 0.90
Calls
1
addChannelGroup
Method · 0.80
Tested by
no test coverage detected