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

Function json_norm_value_false_init

strings/json_normalize.c:739–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737
738
739static void
740json_norm_value_false_init(struct json_norm_value *val)
741{
742 val->type= JSON_VALUE_FALSE;
743}
744
745
746static void

Callers 1

json_norm_value_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected