MCPcopy Create free account
hub / github.com/MariaDB/server / json_norm_value_string_init

Function json_norm_value_string_init

strings/json_normalize.c:331–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330
331static int
332json_norm_value_string_init(struct json_norm_value *val,
333 const char *str, size_t len)
334{
335 val->type= JSON_VALUE_STRING;
336 return json_norm_string_init(&val->value.string, str, len);
337}
338
339
340static int json_norm_kv_comp(const void *a_, const void *b_)

Callers 1

json_norm_value_initFunction · 0.85

Calls 1

json_norm_string_initFunction · 0.85

Tested by

no test coverage detected