MCPcopy Create free account
hub / github.com/BigBoot/AutoKuma / add_notification

Method add_notification

kuma-client/src/client.rs:517–519  ·  view source on GitHub ↗
(self: &Arc<Self>, notification: &mut Notification)

Source from the content-addressed store, hash-verified

515 }
516
517 pub async fn add_notification(self: &Arc<Self>, notification: &mut Notification) -> Result<()> {
518 self.edit_notification(notification).await
519 }
520
521 pub async fn edit_notification(
522 self: &Arc<Self>,

Callers 3

mainFunction · 0.80
create_entityMethod · 0.80
handleFunction · 0.80

Calls 1

edit_notificationMethod · 0.80

Tested by

no test coverage detected