Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ pick_folder
Function
pick_folder
perro_source/api_modules/perro_modules/src/file.rs:88–90 ·
view source on GitHub ↗
(title: &str)
Source
from the content-addressed store, hash-verified
86
Ok(out)
87
}
88
89
pub fn pick_folder(title: &str) -> Option<String> {
90
pick_folder_impl(title)
91
}
92
93
pub fn pick_file(title: &str, filters: &[(&str, &[&str])]) -> Option<String> {
Callers
2
open_project_dialog
Function · 0.85
choose_create_location
Function · 0.85
Calls
1
pick_folder_impl
Function · 0.85
Tested by
no test coverage detected