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

Class JavaInstallInfo

helixlauncher-java/src/search.rs:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8use thiserror::Error;
9
10pub struct JavaInstallInfo {
11 path: String,
12 major_version: u32,
13 version: String,
14 architecture: helixlauncher_meta::component::Arch,
15}
16
17#[derive(Error, Debug)]
18pub enum SearchError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected