MCPcopy 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
63impl 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
71pub enum RecordCommand {

Callers 2

cloneMethod · 0.80
previewMethod · 0.80

Calls 2

eq_deviceMethod · 0.80
list_screenFunction · 0.70

Tested by

no test coverage detected