Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ json_norm_array_append_value
Function
json_norm_array_append_value
strings/json_normalize.c:288–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
286
287
288
static int
289
json_norm_array_append_value(struct json_norm_array *arr,
290
struct json_norm_value *val)
291
{
292
return insert_dynamic(&arr->values, val);
293
}
294
295
296
int
Callers
1
json_norm_append_to_array
Function · 0.85
Calls
1
insert_dynamic
Function · 0.85
Tested by
no test coverage detected