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

Function xcw_native_render_chrome_png

packages/server/native_stubs.c:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186xcw_native_owned_bytes xcw_native_render_chrome_png(const char *udid,
187 bool include_buttons,
188 char **error_message) {
189 (void)udid;
190 (void)include_buttons;
191 return xcw_empty_bytes(error_message);
192}
193
194xcw_native_owned_bytes xcw_native_render_chrome_button_png(
195 const char *udid, const char *button_name, bool pressed,

Callers 1

Calls 1

xcw_empty_bytesFunction · 0.85

Tested by

no test coverage detected