MCPcopy 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
39void 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
47static void json_string_setup(json_string_t *s,

Callers 10

json_string_setupFunction · 0.85
json_find_pathFunction · 0.85
json_get_object_key_intFunction · 0.85
json_locate_keyFunction · 0.85
check_containsMethod · 0.85
do_mergeFunction · 0.85
do_merge_patchFunction · 0.85
val_strMethod · 0.85
Json_stringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected