Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
pub fn search_java() -> Result<HashSet<PathBuf>, SearchError> {
70
let mut result = HashSet::new();
71
search_java_dirs(&mut result)?;
72
Ok(result)
73
}
74
75
pub async fn java_info(path: &Path) {}
Callers
1
main
Function · 0.85
Calls
1
search_java_dirs
Function · 0.85
Tested by
no test coverage detected