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

Function json_string_setup

strings/json_lib.c:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47static void json_string_setup(json_string_t *s,
48 CHARSET_INFO *i_cs, const uchar *str,
49 const uchar *end)
50{
51 json_string_set_cs(s, i_cs);
52 json_string_set_str(s, str, end);
53}
54
55
56enum json_char_classes {

Callers 4

json_scan_startFunction · 0.85
json_path_setupFunction · 0.85
json_find_paths_nextFunction · 0.85
json_unescapeFunction · 0.85

Calls 2

json_string_set_csFunction · 0.85
json_string_set_strFunction · 0.85

Tested by

no test coverage detected