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

Function xcw_native_list_simulators

packages/server/native_stubs.c:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124char *xcw_native_list_simulators(char **error_message) {
125 (void)error_message;
126 return xcw_strdup("{\"simulators\":[]}");
127}
128
129char *xcw_native_simulator_creation_options(char **error_message) {
130 (void)error_message;

Callers 1

list_simulatorsMethod · 0.85

Calls 1

xcw_strdupFunction · 0.85

Tested by

no test coverage detected