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

Function jw_object_inline_begin_object

json-writer.c:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void jw_object_inline_begin_object(struct json_writer *jw, const char *key)
281{
282 object_common(jw, key);
283
284 jw_object_begin(jw, jw->pretty);
285}
286
287void jw_object_inline_begin_array(struct json_writer *jw, const char *key)
288{

Callers 2

make_inline1Function · 0.85
scriptedFunction · 0.85

Calls 2

object_commonFunction · 0.85
jw_object_beginFunction · 0.85

Tested by 2

make_inline1Function · 0.68
scriptedFunction · 0.68