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

Function createRecording

frontend/src/utils/guideUtils.js:312–314  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

310};
311
312export const createRecording = async (values) => {
313 await API.createRecording(values);
314};
315
316export const createSeriesRule = async (values) => {
317 await API.createSeriesRule(values);

Callers 3

handleSingleSubmitFunction · 0.90
TVChannelGuideFunction · 0.90
ChannelsTable.jsxFile · 0.50

Calls 1

createRecordingMethod · 0.80

Tested by

no test coverage detected