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

Function jw_array_sub_jw

json-writer.c:343–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void jw_array_sub_jw(struct json_writer *jw, const struct json_writer *value)
344{
345 assert_is_terminated(value);
346
347 array_common(jw);
348 append_sub_jw(jw, value);
349}
350
351void jw_array_argc_argv(struct json_writer *jw, int argc, const char **argv)
352{

Callers

nothing calls this directly

Calls 3

assert_is_terminatedFunction · 0.85
array_commonFunction · 0.85
append_sub_jwFunction · 0.85

Tested by

no test coverage detected