Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
746
static void
747
json_norm_value_true_init(struct json_norm_value *val)
748
{
749
val->type= JSON_VALUE_TRUE;
750
}
751
752
753
static int
Callers
1
json_norm_value_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected