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

Function simdeck_camera_status

packages/server/native_stubs.c:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101char *simdeck_camera_status(const char *udid, char **error_message) {
102 (void)udid;
103 (void)error_message;
104 return xcw_strdup("{\"ok\":true,\"alive\":false}");
105}
106
107char *simdeck_camera_switch(const char *udid, const char *source,
108 const char *source_argument, const char *mirror,

Callers 1

native_statusFunction · 0.85

Calls 1

xcw_strdupFunction · 0.85

Tested by

no test coverage detected