Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ jw_array_inline_begin_object
Function
jw_array_inline_begin_object
json-writer.c:365–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
363
}
364
365
void jw_array_inline_begin_object(struct json_writer *jw)
366
{
367
array_common(jw);
368
369
jw_object_begin(jw, jw->pretty);
370
}
371
372
void jw_array_inline_begin_array(struct json_writer *jw)
373
{
Callers
2
make_inline2
Function · 0.85
scripted
Function · 0.85
Calls
2
array_common
Function · 0.85
jw_object_begin
Function · 0.85
Tested by
2
make_inline2
Function · 0.68
scripted
Function · 0.68