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

Function jw_object_true

json-writer.c:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void jw_object_true(struct json_writer *jw, const char *key)
177{
178 object_common(jw, key);
179 strbuf_addstr(&jw->json, "true");
180}
181
182void jw_object_false(struct json_writer *jw, const char *key)
183{

Callers 5

jw_object_boolFunction · 0.85
make_obj1Function · 0.85
make_obj4Function · 0.85
make_inline1Function · 0.85
scriptedFunction · 0.85

Calls 2

object_commonFunction · 0.85
strbuf_addstrFunction · 0.85

Tested by 4

make_obj1Function · 0.68
make_obj4Function · 0.68
make_inline1Function · 0.68
scriptedFunction · 0.68