MCPcopy Create free account
hub / github.com/emberian/evdev / events_iter

Function events_iter

src/sync_stream.rs:907–909  ·  view source on GitHub ↗
(events: &[input_event])

Source from the content-addressed store, hash-verified

905 }
906
907 fn events_iter(events: &[input_event]) -> impl Iterator<Item = input_event> + '_ {
908 result_events_iter(events).flatten()
909 }
910
911 #[allow(non_upper_case_globals)]
912 const time: libc::timeval = libc::timeval {

Callers 1

test_sync_implFunction · 0.85

Calls 1

result_events_iterFunction · 0.85

Tested by 1

test_sync_implFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…