MCPcopy Create free account
hub / github.com/Nariod/RustPacker / parse_args

Function parse_args

src/arg_parser.rs:256–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254}
255
256pub fn parse_args() -> Order {
257 let args = parser();
258 args_checker(args)
259}

Callers 1

mainFunction · 0.85

Calls 2

parserFunction · 0.85
args_checkerFunction · 0.85

Tested by

no test coverage detected