MCPcopy 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
288static int
289json_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
296int

Callers 1

Calls 1

insert_dynamicFunction · 0.85

Tested by

no test coverage detected