Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
19
fn get_display(i: usize) -> Display {
20
Display::all().unwrap().remove(i)
21
}
22
23
#[cfg(windows)]
24
fn record(i: usize) {
Callers
1
record
Function · 0.70
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected