Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ DeviceClone
Interface
DeviceClone
src-tauri/src/recorder.rs:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
pub trait DeviceClone {
60
fn clone_device(&self) -> Self;
61
}
62
63
impl DeviceClone for Display {
64
fn clone_device(&self) -> Self {
Callers
nothing calls this directly
Implementers
1
recorder.rs
src-tauri/src/recorder.rs
Calls
no outgoing calls
Tested by
no test coverage detected