Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
732
static void
733
json_norm_value_null_init(struct json_norm_value *val)
734
{
735
val->type= JSON_VALUE_NULL;
736
}
737
738
739
static void
Callers
1
json_norm_value_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected