Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
739
static void
740
json_norm_value_false_init(struct json_norm_value *val)
741
{
742
val->type= JSON_VALUE_FALSE;
743
}
744
745
746
static void
Callers
1
json_norm_value_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected