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

Function simdeck_camera_list_webcams_json

packages/server/native_stubs.c:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85char *simdeck_camera_list_webcams_json(char **error_message) {
86 (void)error_message;
87 return xcw_strdup("{\"webcams\":[]}");
88}
89
90bool simdeck_camera_start(const char *udid, const char *shm_name,
91 const char *source, const char *source_argument,

Callers 1

list_webcams_valueFunction · 0.85

Calls 1

xcw_strdupFunction · 0.85

Tested by

no test coverage detected