Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ clone_device
Method
clone_device
src-tauri/src/recorder.rs:64–68 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
62
63
impl DeviceClone for Display {
64
fn clone_device(&self) -> Self {
65
list_screen().unwrap().into_iter()
66
.filter(|d| d.eq_device(self))
67
.nth(0).unwrap()
68
}
69
}
70
71
pub enum RecordCommand {
Callers
2
clone
Method · 0.80
preview
Method · 0.80
Calls
2
eq_device
Method · 0.80
list_screen
Function · 0.70
Tested by
no test coverage detected