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

Function xcw_native_launch_bundle

packages/server/native_stubs.c:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173bool xcw_native_launch_bundle(const char *udid, const char *bundle_id,
174 char **error_message) {
175 (void)udid;
176 (void)bundle_id;
177 return xcw_unsupported(error_message);
178}
179
180char *xcw_native_get_chrome_profile(const char *udid, char **error_message) {
181 (void)udid;

Callers 1

launch_bundleMethod · 0.85

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected