MCPcopy Create free account
hub / github.com/SynthLauncher/SynthLauncher / JavaInstallation

Class JavaInstallation

crates/sl-java-manager/src/java.rs:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#[derive(Debug)]
13pub struct JavaInstallation {
14 pub version: String,
15 pub path: PathBuf,
16}
17
18impl JavaInstallation {
19 fn extract_java_version(java_path: &Path) -> Result<Option<String>, BackendError> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected