MCPcopy Create free account
hub / github.com/Recordscript/recordscript / clone

Method clone

src-tauri/src/recorder.rs:28–34  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

26
27impl Clone for SelectedDevice {
28 fn clone(&self) -> Self {
29 Self {
30 microphone: self.microphone.clone(),
31 speaker: self.speaker.clone(),
32 screen: self.screen.clone_device(),
33 }
34 }
35}
36
37pub trait DeviceEq {

Callers 10

start_recordFunction · 0.45
start_transcriptionFunction · 0.45
get_general_configFunction · 0.45
get_smtp_configFunction · 0.45
download_modelFunction · 0.45
mainFunction · 0.45
previewMethod · 0.45
auto_smtp_transportMethod · 0.45
decode_audioFunction · 0.45
transcribeMethod · 0.45

Calls 1

clone_deviceMethod · 0.80

Tested by

no test coverage detected