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

Function xcw_native_open_app_switcher

packages/server/native_stubs.c:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280bool xcw_native_open_app_switcher(const char *udid, char **error_message) {
281 (void)udid;
282 return xcw_unsupported(error_message);
283}
284
285bool xcw_native_press_button(const char *udid, const char *button_name,
286 uint32_t duration_ms, char **error_message) {

Callers 1

open_app_switcherMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected