MCPcopy Create free account
hub / github.com/TyberiusPrime/KeyToKey / EventStatus

Enum EventStatus

src/key_stream.rs:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31#[derive(PartialEq, Debug, Clone, Copy)]
32pub enum EventStatus {
33 Unhandled,
34 Handled,
35 Ignored,
36}
37
38pub fn iter_unhandled_mut(
39 events: &mut Vec<(Event, EventStatus)>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected