MCPcopy Create free account
hub / github.com/HelixLauncher/HelixLauncher / search_java

Function search_java

helixlauncher-java/src/search.rs:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69pub fn search_java() -> Result<HashSet<PathBuf>, SearchError> {
70 let mut result = HashSet::new();
71 search_java_dirs(&mut result)?;
72 Ok(result)
73}
74
75pub async fn java_info(path: &Path) {}

Callers 1

mainFunction · 0.85

Calls 1

search_java_dirsFunction · 0.85

Tested by

no test coverage detected