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

Method is_downloaded

src-tauri/src/transcriber.rs:223–227  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

221 }
222
223 pub fn is_downloaded(&self) -> bool {
224 let model_file_path = self.path();
225
226 model_file_path.exists()
227 }
228
229 pub fn whitelisted_lang(&self) -> Option<Vec<&'static str>> {
230 match self {

Callers 1

transcribeMethod · 0.80

Calls 2

existsMethod · 0.80
pathMethod · 0.45

Tested by

no test coverage detected