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

Method all

src-tauri/src/recorder.rs:205–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203 }
204
205 pub fn all() -> anyhow::Result<Vec<Self>> {
206 Ok(list_screen()?.into_iter()
207 .map(|d| Self { name: d.name(), display: d }).collect())
208 }
209}
210

Callers

nothing calls this directly

Calls 2

list_screenFunction · 0.70
nameMethod · 0.45

Tested by

no test coverage detected