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

Function removed_service_process_name

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

Source from the content-addressed store, hash-verified

2653}
2654
2655fn removed_service_process_name() -> String {
2656 ['d', 'a', 'e', 'm', 'o', 'n'].into_iter().collect()
2657}
2658
2659fn run_no_command_action(action: NoCommandAction) -> anyhow::Result<()> {
2660 match action {

Calls

no outgoing calls