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

Function main

libs/scrap/examples/capture_mag.rs:10–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8use std::fs::File;
9
10fn main() {
11 let n = Display::all().unwrap().len();
12 for _i in 0..n {
13 #[cfg(windows)]
14 record(_i);
15 }
16}
17
18#[cfg(windows)]
19fn get_display(i: usize) -> Display {

Callers

nothing calls this directly

Calls 1

recordFunction · 0.70

Tested by

no test coverage detected