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

Function jw_array_inline_begin_object

json-writer.c:365–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365void jw_array_inline_begin_object(struct json_writer *jw)
366{
367 array_common(jw);
368
369 jw_object_begin(jw, jw->pretty);
370}
371
372void jw_array_inline_begin_array(struct json_writer *jw)
373{

Callers 2

make_inline2Function · 0.85
scriptedFunction · 0.85

Calls 2

array_commonFunction · 0.85
jw_object_beginFunction · 0.85

Tested by 2

make_inline2Function · 0.68
scriptedFunction · 0.68