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

Function make_arr2

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

Source from the content-addressed store, hash-verified

142}
143
144static void make_arr2(int pretty)
145{
146 jw_array_begin(&arr2, pretty);
147 {
148 jw_array_intmax(&arr2, -1);
149 jw_array_intmax(&arr2, 0x7fffffff);
150 jw_array_intmax(&arr2, 0);
151 }
152 jw_end(&arr2);
153}
154
155static void make_arr3(int pretty)
156{

Callers

nothing calls this directly

Calls 3

jw_array_beginFunction · 0.85
jw_array_intmaxFunction · 0.85
jw_endFunction · 0.85

Tested by

no test coverage detected