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

Function xcw_native_press_home

packages/server/native_stubs.c:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275bool xcw_native_press_home(const char *udid, char **error_message) {
276 (void)udid;
277 return xcw_unsupported(error_message);
278}
279
280bool xcw_native_open_app_switcher(const char *udid, char **error_message) {
281 (void)udid;

Callers 1

press_homeMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected