MCPcopy Create free account
hub / github.com/Kudaes/Dumpy / main

Function main

dumpy/src/main.rs:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7use getopts::Options;
8
9fn main() {
10
11 start();
12}
13
14fn print_usage(program: &str, opts: Options) {
15 let brief = format!("Usage: {} --dump|--decrypt [options]", program);

Callers 1

call_module_entry_pointFunction · 0.50

Calls 1

startFunction · 0.85

Tested by

no test coverage detected