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

Method is_ready

kuma-client/src/client.rs:59–65  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

57 }
58
59 pub fn is_ready(&self) -> bool {
60 self.monitor_list
61 && self.notification_list
62 && self.maintenance_list
63 && self.status_page_list
64 && self.docker_host_list
65 }
66}
67
68struct Worker {

Callers 6

connectMethod · 0.80
get_monitorsMethod · 0.80
get_notificationsMethod · 0.80
get_maintenancesMethod · 0.80
get_status_pagesMethod · 0.80
get_docker_hostsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected