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

Function jw_object_false

json-writer.c:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void jw_object_false(struct json_writer *jw, const char *key)
183{
184 object_common(jw, key);
185 strbuf_addstr(&jw->json, "false");
186}
187
188void jw_object_bool(struct json_writer *jw, const char *key, int value)
189{

Callers 3

jw_object_boolFunction · 0.85
make_obj4Function · 0.85
scriptedFunction · 0.85

Calls 2

object_commonFunction · 0.85
strbuf_addstrFunction · 0.85

Tested by 2

make_obj4Function · 0.68
scriptedFunction · 0.68