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

Function json_norm_value_true_init

strings/json_normalize.c:746–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744
745
746static void
747json_norm_value_true_init(struct json_norm_value *val)
748{
749 val->type= JSON_VALUE_TRUE;
750}
751
752
753static int

Callers 1

json_norm_value_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected