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

Function xcw_native_create_simulator

packages/server/native_stubs.c:134–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134char *xcw_native_create_simulator(const char *name,
135 const char *device_type_identifier,
136 const char *runtime_identifier,
137 const char *paired_watch_name,
138 const char *paired_watch_device_type_identifier,
139 const char *paired_watch_runtime_identifier,
140 char **error_message) {
141 (void)name;
142 (void)device_type_identifier;
143 (void)runtime_identifier;
144 (void)paired_watch_name;
145 (void)paired_watch_device_type_identifier;
146 (void)paired_watch_runtime_identifier;
147 xcw_unsupported(error_message);
148 return NULL;
149}
150
151bool xcw_native_boot_simulator(const char *udid, char **error_message) {
152 (void)udid;

Callers 1

create_simulatorMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected