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

Method reset

kuma-client/src/client.rs:55–57  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

53 }
54
55 pub fn reset(&mut self) {
56 *self = Ready::new()
57 }
58
59 pub fn is_ready(&self) -> bool {
60 self.monitor_list

Callers 1

connectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected