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

Function is_relevant_app_process

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

Source from the content-addressed store, hash-verified

609}
610
611fn is_relevant_app_process(command: &str) -> bool {
612 command.contains(".app/") || command.contains(".appex/") || command.contains("WebContent")
613}
614
615fn is_simulator_probe_process(command: &str) -> bool {
616 let executable = process_name_from_command(command);

Callers 1

app_processes_from_psFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected