Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
312
export
const
createRecording =
async
(values) => {
313
await
API.createRecording(values);
314
};
315
316
export
const
createSeriesRule =
async
(values) => {
317
await
API.createSeriesRule(values);
Callers
3
handleSingleSubmit
Function · 0.90
TVChannelGuide
Function · 0.90
ChannelsTable.jsx
File · 0.50
Calls
1
createRecording
Method · 0.80
Tested by
no test coverage detected