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

Function json_norm_value_null_init

strings/json_normalize.c:732–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730
731
732static void
733json_norm_value_null_init(struct json_norm_value *val)
734{
735 val->type= JSON_VALUE_NULL;
736}
737
738
739static void

Callers 1

json_norm_value_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected