MCPcopy 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
89pub fn pick_folder(title: &str) -> Option<String> {
90 pick_folder_impl(title)
91}
92
93pub fn pick_file(title: &str, filters: &[(&str, &[&str])]) -> Option<String> {

Callers 2

open_project_dialogFunction · 0.85
choose_create_locationFunction · 0.85

Calls 1

pick_folder_implFunction · 0.85

Tested by

no test coverage detected