MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / no_command_action_from_args

Function no_command_action_from_args

packages/server/src/main.rs:2503–2506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2501}
2502
2503fn no_command_action_from_args() -> Option<NoCommandAction> {
2504 let args: Vec<String> = env::args().skip(1).collect();
2505 no_command_action_from_args_slice(&args)
2506}
2507
2508fn no_command_action_from_args_slice(args: &[String]) -> Option<NoCommandAction> {
2509 if args

Callers 1

mainFunction · 0.85

Calls 1

Tested by

no test coverage detected