Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_model
Function · 0.45
is_downloaded
Method · 0.45
transcribe
Method · 0.45
Calls
4
project_directory
Function · 0.85
join
Method · 0.80
transcriber_model_dir
Method · 0.80
file_name
Method · 0.80
Tested by
no test coverage detected