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

Function xcw_native_erase_simulator

packages/server/native_stubs.c:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322bool xcw_native_erase_simulator(const char *udid, char **error_message) {
323 (void)udid;
324 return xcw_unsupported(error_message);
325}
326
327bool xcw_native_install_app(const char *udid, const char *app_path,
328 char **error_message) {

Callers 1

erase_simulatorMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected