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

Function simdeck_camera_stop

packages/server/native_stubs.c:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118bool simdeck_camera_stop(const char *udid, char **error_message) {
119 (void)udid;
120 (void)error_message;
121 return true;
122}
123
124char *xcw_native_list_simulators(char **error_message) {
125 (void)error_message;

Callers 1

native_stop_cameraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected