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

Function jw_array_argv

json-writer.c:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void jw_array_argv(struct json_writer *jw, const char **argv)
360{
361 while (*argv)
362 jw_array_string(jw, *argv++);
363}
364
365void jw_array_inline_begin_object(struct json_writer *jw)
366{

Callers 4

fn_start_flFunction · 0.85
fn_alias_flFunction · 0.85
fn_child_start_flFunction · 0.85
fn_exec_flFunction · 0.85

Calls 1

jw_array_stringFunction · 0.85

Tested by

no test coverage detected