Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
fn get_display(i: usize) -> Display {
19
Display::all().unwrap().remove(i)
20
}
21
22
fn record(i: usize) {
23
let one_second = Duration::new(1, 0);
Callers
1
record
Function · 0.70
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected