MCPcopy Create free account
hub / github.com/Recordscript/recordscript / get_display

Function get_display

libs/scrap/examples/screenshot.rs:18–20  ·  view source on GitHub ↗
(i: usize)

Source from the content-addressed store, hash-verified

16}
17
18fn get_display(i: usize) -> Display {
19 Display::all().unwrap().remove(i)
20}
21
22fn record(i: usize) {
23 let one_second = Duration::new(1, 0);

Callers 1

recordFunction · 0.70

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected