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

Function xcw_native_open_url

packages/server/native_stubs.c:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool xcw_native_open_url(const char *udid, const char *url,
167 char **error_message) {
168 (void)udid;
169 (void)url;
170 return xcw_unsupported(error_message);
171}
172
173bool xcw_native_launch_bundle(const char *udid, const char *bundle_id,
174 char **error_message) {

Callers 1

open_urlMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected