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

Function xcw_native_uninstall_app

packages/server/native_stubs.c:334–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334bool xcw_native_uninstall_app(const char *udid, const char *bundle_id,
335 char **error_message) {
336 (void)udid;
337 (void)bundle_id;
338 return xcw_unsupported(error_message);
339}
340
341bool xcw_native_set_pasteboard_text(const char *udid, const char *text,
342 char **error_message) {

Callers 1

uninstall_appMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected