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

Method on_monitor_list

kuma-client/src/client.rs:163–168  ·  view source on GitHub ↗
(self: &Arc<Self>, monitor_list: MonitorList)

Source from the content-addressed store, hash-verified

161 }
162
163 async fn on_monitor_list(self: &Arc<Self>, monitor_list: MonitorList) -> Result<()> {
164 *self.monitors.lock().await = monitor_list;
165 self.is_ready.lock().await.monitor_list = true;
166
167 Ok(())
168 }
169
170 async fn on_notification_list(
171 self: &Arc<Self>,

Callers 1

on_eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected