MCPcopy Create free account
hub / github.com/brocode/fw / main

Function main

src/main.rs:4–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2use std::collections::BTreeSet;
3
4fn main() {
5 unsafe {
6 openssl_probe::init_openssl_env_vars();
7 }
8 let return_code = _main();
9 std::process::exit(return_code)
10}
11
12fn _main() -> i32 {
13 let matches = crate::app::app().get_matches();

Callers

nothing calls this directly

Calls 1

_mainFunction · 0.85

Tested by

no test coverage detected