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

Function jw_object_begin

json-writer.c:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void jw_object_begin(struct json_writer *jw, int pretty)
153{
154 begin(jw, '{', pretty);
155}
156
157void jw_object_string(struct json_writer *jw, const char *key, const char *value)
158{

Callers 15

trace2_fetch_infoFunction · 0.85
fn_too_many_files_flFunction · 0.85
fn_version_flFunction · 0.85
fn_start_flFunction · 0.85
fn_exit_flFunction · 0.85
fn_signalFunction · 0.85

Calls 1

beginFunction · 0.85

Tested by 10

make_obj1Function · 0.68
make_obj2Function · 0.68
make_obj3Function · 0.68
make_obj4Function · 0.68
make_obj5Function · 0.68
make_obj6Function · 0.68
make_nest1Function · 0.68
make_inline1Function · 0.68
make_mixed1Function · 0.68
scriptedFunction · 0.68