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

Function jw_object_inline_begin_array

json-writer.c:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void jw_object_inline_begin_array(struct json_writer *jw, const char *key)
288{
289 object_common(jw, key);
290
291 jw_array_begin(jw, jw->pretty);
292}
293
294void jw_array_begin(struct json_writer *jw, int pretty)
295{

Callers 7

fn_start_flFunction · 0.85
fn_command_ancestry_flFunction · 0.85
fn_alias_flFunction · 0.85
fn_child_start_flFunction · 0.85
fn_exec_flFunction · 0.85
make_inline1Function · 0.85
scriptedFunction · 0.85

Calls 2

object_commonFunction · 0.85
jw_array_beginFunction · 0.85

Tested by 2

make_inline1Function · 0.68
scriptedFunction · 0.68