MCPcopy Index your code
hub / github.com/Dispatcharr/Dispatcharr / updateNotification

Function updateNotification

frontend/src/utils/notificationUtils.js:7–9  ·  view source on GitHub ↗
(notificationId, notificationObject)

Source from the content-addressed store, hash-verified

5}
6
7export function updateNotification(notificationId, notificationObject) {
8 return notifications.update(notificationId, notificationObject);
9}

Callers 2

handleSetLogoFromEpgFunction · 0.90
runFunction · 0.90

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected