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

Function requeryChannels

frontend/src/utils/forms/ChannelUtils.js:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 return API.addChannel(channel);
42};
43export const requeryChannels = () => {
44 API.requeryChannels();
45};
46
47// PATCH semantic: `override: null` deletes the override row; per-field
48// nulls only clear the matching field.

Callers 1

Calls 1

requeryChannelsMethod · 0.80

Tested by

no test coverage detected