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

Function xcw_native_free_bytes

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

Source from the content-addressed store, hash-verified

604void xcw_native_free_string(char *value) { free(value); }
605
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;

Callers 6

chrome_button_pngMethod · 0.85
screen_mask_pngMethod · 0.85
screenshot_pngMethod · 0.85
screen_recording_mp4Method · 0.85
stop_screen_recordingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected