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

Method name

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

Source from the content-addressed store, hash-verified

115
116impl Screen {
117 pub fn name(&self) -> &String {
118 &self.name
119 }
120
121 /// Return PNG encoded screen preview
122 pub fn preview(&self) -> anyhow::Result<Vec<u8>> {

Callers 9

list_microphoneFunction · 0.45
list_speakerFunction · 0.45
list_screenFunction · 0.45
select_microphoneFunction · 0.45
select_speakerFunction · 0.45
select_screenFunction · 0.45
preview_screenFunction · 0.45
eq_deviceMethod · 0.45
allMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected