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

Function project_directory

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

Source from the content-addressed store, hash-verified

201}
202
203fn project_directory() -> directories::ProjectDirs {
204 directories::ProjectDirs::from("com.recordscript", "Recordscript", "Recordscript").expect("Cannot use app directory")
205}
206
207#[tauri::command]
208fn download_model(window: Window, model: transcriber::Model) -> String {

Callers 2

config_pathFunction · 0.85
pathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected