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

Function xcw_native_free_string

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

Source from the content-addressed store, hash-verified

602void xcw_native_h264_encoder_request_keyframe(void *handle) { (void)handle; }
603
604void xcw_native_free_string(char *value) { free(value); }
605
606void xcw_native_free_bytes(xcw_native_owned_bytes bytes) { free(bytes.data); }
607

Callers 4

take_native_stringFunction · 0.85
take_native_errorFunction · 0.85
string_from_rawFunction · 0.85
take_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected