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

Function xcw_native_start_screen_recording

packages/server/native_stubs.c:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224char *xcw_native_start_screen_recording(const char *udid, char **error_message) {
225 (void)udid;
226 xcw_unsupported(error_message);
227 return NULL;
228}
229
230xcw_native_owned_bytes xcw_native_stop_screen_recording(
231 const char *recording_id, char **error_message) {

Callers 1

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected