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

Function jw_array_null

json-writer.c:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void jw_array_null(struct json_writer *jw)
338{
339 array_common(jw);
340 strbuf_addstr(&jw->json, "null");
341}
342
343void jw_array_sub_jw(struct json_writer *jw, const struct json_writer *value)
344{

Callers 2

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