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

Function run_no_command_action

packages/server/src/main.rs:2659–2663  ·  view source on GitHub ↗
(action: NoCommandAction)

Source from the content-addressed store, hash-verified

2657}
2658
2659fn run_no_command_action(action: NoCommandAction) -> anyhow::Result<()> {
2660 match action {
2661 NoCommandAction::Service(options) => run_default_service(options),
2662 }
2663}
2664
2665fn run_default_service(options: DefaultServiceLaunchOptions) -> anyhow::Result<()> {
2666 let selector = options.selector;

Callers 1

mainFunction · 0.85

Calls 1

run_default_serviceFunction · 0.85

Tested by

no test coverage detected