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

Function make_obj4

t/helper/test-json-writer.c:73–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73static void make_obj4(int pretty)
74{
75 jw_object_begin(&obj4, pretty);
76 {
77 jw_object_true(&obj4, "t");
78 jw_object_false(&obj4, "f");
79 jw_object_null(&obj4, "n");
80 }
81 jw_end(&obj4);
82}
83
84static void make_obj5(int pretty)
85{

Callers

nothing calls this directly

Calls 5

jw_object_beginFunction · 0.85
jw_object_trueFunction · 0.85
jw_object_falseFunction · 0.85
jw_object_nullFunction · 0.85
jw_endFunction · 0.85

Tested by

no test coverage detected