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

Function jw_array_false

json-writer.c:323–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323void jw_array_false(struct json_writer *jw)
324{
325 array_common(jw);
326 strbuf_addstr(&jw->json, "false");
327}
328
329void jw_array_bool(struct json_writer *jw, int value)
330{

Callers 3

jw_array_boolFunction · 0.85
make_arr4Function · 0.85
scriptedFunction · 0.85

Calls 2

array_commonFunction · 0.85
strbuf_addstrFunction · 0.85

Tested by 2

make_arr4Function · 0.68
scriptedFunction · 0.68