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

Function jw_array_true

json-writer.c:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void jw_array_true(struct json_writer *jw)
318{
319 array_common(jw);
320 strbuf_addstr(&jw->json, "true");
321}
322
323void jw_array_false(struct json_writer *jw)
324{

Callers 5

jw_array_boolFunction · 0.85
make_arr1Function · 0.85
make_arr4Function · 0.85
make_inline1Function · 0.85
scriptedFunction · 0.85

Calls 2

array_commonFunction · 0.85
strbuf_addstrFunction · 0.85

Tested by 4

make_arr1Function · 0.68
make_arr4Function · 0.68
make_inline1Function · 0.68
scriptedFunction · 0.68