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

Function xcw_unsupported

packages/server/native_stubs.c:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54static bool xcw_unsupported(char **error_message) {
55 xcw_set_error(error_message,
56 "iOS simulator native bridge is only available on macOS.");
57 return false;
58}
59
60static xcw_native_owned_bytes xcw_empty_bytes(char **error_message) {
61 xcw_unsupported(error_message);

Callers 15

xcw_empty_bytesFunction · 0.85
simdeck_camera_startFunction · 0.85
simdeck_camera_switchFunction · 0.85
xcw_native_open_urlFunction · 0.85
xcw_native_launch_bundleFunction · 0.85
xcw_native_recent_logsFunction · 0.85

Calls 1

xcw_set_errorFunction · 0.85

Tested by

no test coverage detected