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

Function make_obj2

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

Source from the content-addressed store, hash-verified

49}
50
51static void make_obj2(int pretty)
52{
53 jw_object_begin(&obj2, pretty);
54 {
55 jw_object_intmax(&obj2, "a", -1);
56 jw_object_intmax(&obj2, "b", 0x7fffffff);
57 jw_object_intmax(&obj2, "c", 0);
58 }
59 jw_end(&obj2);
60}
61
62static void make_obj3(int pretty)
63{

Callers

nothing calls this directly

Calls 3

jw_object_beginFunction · 0.85
jw_object_intmaxFunction · 0.85
jw_endFunction · 0.85

Tested by

no test coverage detected