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

Function xcw_empty_bytes

packages/server/native_stubs.c:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60static xcw_native_owned_bytes xcw_empty_bytes(char **error_message) {
61 xcw_unsupported(error_message);
62 xcw_native_owned_bytes bytes = {0};
63 return bytes;
64}
65
66void xcw_native_initialize_app(void) {}
67

Calls 1

xcw_unsupportedFunction · 0.85

Tested by

no test coverage detected