Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ json_norm_number_free
Function
json_norm_number_free
strings/json_normalize.c:141–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
141
void
142
json_norm_number_free(DYNAMIC_STRING *number)
143
{
144
dynstr_free(number);
145
number->length= 0;
146
}
147
148
149
int
Callers
1
json_norm_value_free
Function · 0.85
Calls
1
dynstr_free
Function · 0.85
Tested by
no test coverage detected