MCPcopy Create free account
hub / github.com/MariaDB/server / json_string_set_str

Function json_string_set_str

strings/json_lib.c:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31void json_string_set_str(json_string_t *s,
32 const uchar *str, const uchar *end)
33{
34 s->c_str= str;
35 s->str_end= end;
36}
37
38
39void json_string_set_cs(json_string_t *s, CHARSET_INFO *i_cs)

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