MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / lbug_destroy_string

Function lbug_destroy_string

src/c_api/value.cpp:1193–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191}
1192
1193void lbug_destroy_string(char* str) {
1194 free(str);
1195}
1196
1197void lbug_destroy_blob(uint8_t* blob) {
1198 free(blob);

Callers 7

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68