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

Function is_simulator_probe_process

packages/server/src/performance.rs:615–618  ·  view source on GitHub ↗
(command: &str)

Source from the content-addressed store, hash-verified

613}
614
615fn is_simulator_probe_process(command: &str) -> bool {
616 let executable = process_name_from_command(command);
617 executable == "simctl" || executable == "xcrun" && command.contains(" simctl ")
618}
619
620fn process_role(command: &str) -> String {
621 if command.contains(".appex/") {

Callers 1

app_processes_from_psFunction · 0.85

Calls 1

Tested by

no test coverage detected