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

Function main

helixlauncher-java/examples/list_java.rs:1–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1fn main() -> Result<(), Box<dyn std::error::Error>> {
2 let result = helixlauncher_java::search::search_java()?;
3 println!("{result:?}");
4 Ok(())
5}

Callers

nothing calls this directly

Calls 1

search_javaFunction · 0.85

Tested by

no test coverage detected