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

Method path

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

Source from the content-addressed store, hash-verified

217 }
218
219 pub fn path(&self) -> PathBuf {
220 crate::project_directory().transcriber_model_dir().join(self.file_name())
221 }
222
223 pub fn is_downloaded(&self) -> bool {
224 let model_file_path = self.path();

Callers 3

download_modelFunction · 0.45
is_downloadedMethod · 0.45
transcribeMethod · 0.45

Calls 4

project_directoryFunction · 0.85
joinMethod · 0.80
transcriber_model_dirMethod · 0.80
file_nameMethod · 0.80

Tested by

no test coverage detected