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

Function xcw_native_boot_simulator

packages/server/native_stubs.c:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151bool xcw_native_boot_simulator(const char *udid, char **error_message) {
152 (void)udid;
153 return xcw_unsupported(error_message);
154}
155
156bool xcw_native_shutdown_simulator(const char *udid, char **error_message) {
157 (void)udid;

Callers 1

boot_simulatorMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected