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

Function jw_array_argc_argv

json-writer.c:351–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void jw_array_argc_argv(struct json_writer *jw, int argc, const char **argv)
352{
353 int k;
354
355 for (k = 0; k < argc; k++)
356 jw_array_string(jw, argv[k]);
357}
358
359void jw_array_argv(struct json_writer *jw, const char **argv)
360{

Callers

nothing calls this directly

Calls 1

jw_array_stringFunction · 0.85

Tested by

no test coverage detected