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

Function xcw_native_session_open_app_switcher

packages/server/native_stubs.c:544–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544bool xcw_native_session_open_app_switcher(void *handle, char **error_message) {
545 (void)handle;
546 return xcw_unsupported(error_message);
547}
548
549bool xcw_native_session_rotate_right(void *handle, char **error_message) {
550 (void)handle;

Callers 1

open_app_switcherMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected