Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ json_string_set_cs
Function
json_string_set_cs
strings/json_lib.c:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
39
void json_string_set_cs(json_string_t *s, CHARSET_INFO *i_cs)
40
{
41
s->cs= i_cs;
42
s->error= 0;
43
s->wc= i_cs->cset->mb_wc;
44
}
45
46
47
static void json_string_setup(json_string_t *s,
Callers
10
json_string_setup
Function · 0.85
json_find_path
Function · 0.85
json_get_object_key_int
Function · 0.85
json_locate_key
Function · 0.85
check_contains
Method · 0.85
do_merge
Function · 0.85
do_merge_patch
Function · 0.85
val_str
Method · 0.85
json_find_overlap_with_object
Function · 0.85
Json_string
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected