MCPcopy Create free account
hub / github.com/git/git / jw_array_string

Function jw_array_string

json-writer.c:299–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void jw_array_string(struct json_writer *jw, const char *value)
300{
301 array_common(jw);
302 append_quoted_string(&jw->json, value);
303}
304
305void jw_array_intmax(struct json_writer *jw, intmax_t value)
306{

Callers 8

jw_array_argc_argvFunction · 0.85
jw_array_argvFunction · 0.85
fn_command_ancestry_flFunction · 0.85
fn_child_start_flFunction · 0.85
make_arr1Function · 0.85
make_inline1Function · 0.85
scriptedFunction · 0.85

Calls 2

array_commonFunction · 0.85
append_quoted_stringFunction · 0.85

Tested by 3

make_arr1Function · 0.68
make_inline1Function · 0.68
scriptedFunction · 0.68