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

Function xcw_native_toggle_appearance

packages/server/native_stubs.c:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161bool xcw_native_toggle_appearance(const char *udid, char **error_message) {
162 (void)udid;
163 return xcw_unsupported(error_message);
164}
165
166bool xcw_native_open_url(const char *udid, const char *url,
167 char **error_message) {

Callers 1

toggle_appearanceMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected