Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
use getopts::Options;
8
9
fn main() {
10
11
start();
12
}
13
14
fn print_usage(program: &str, opts: Options) {
15
let brief = format!(
"Usage: {} --dump|--decrypt [options]"
, program);
Callers
1
call_module_entry_point
Function · 0.50
Calls
1
start
Function · 0.85
Tested by
no test coverage detected