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

Function get_display

libs/scrap/examples/capture_mag.rs:19–21  ·  view source on GitHub ↗
(i: usize)

Source from the content-addressed store, hash-verified

17
18#[cfg(windows)]
19fn get_display(i: usize) -> Display {
20 Display::all().unwrap().remove(i)
21}
22
23#[cfg(windows)]
24fn record(i: usize) {

Callers 1

recordFunction · 0.70

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected