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

Function xcw_native_release_shared_bytes

packages/server/native_stubs.c:608–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606void xcw_native_free_bytes(xcw_native_owned_bytes bytes) { free(bytes.data); }
607
608void xcw_native_release_shared_bytes(xcw_native_shared_bytes bytes) {
609 (void)bytes;
610}

Callers 2

copy_native_shared_bytesFunction · 0.85
copy_ffi_bytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected