Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
use std::fs::File;
9
10
fn 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)]
19
fn get_display(i: usize) -> Display {
Callers
nothing calls this directly
Calls
1
record
Function · 0.70
Tested by
no test coverage detected