Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1193
void lbug_destroy_string(char* str) {
1194
free(str);
1195
}
1196
1197
void lbug_destroy_blob(uint8_t* blob) {
1198
free(blob);
Callers
7
TEST_F
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
TEST
Function · 0.85
TEST_F
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
6
TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST
Function · 0.68
TEST_F
Function · 0.68