Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ jw_array_inline_begin_array
Function
jw_array_inline_begin_array
json-writer.c:372–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
void jw_array_inline_begin_array(struct json_writer *jw)
373
{
374
array_common(jw);
375
376
jw_array_begin(jw, jw->pretty);
377
}
378
379
int jw_is_terminated(const struct json_writer *jw)
380
{
Callers
2
make_inline2
Function · 0.85
scripted
Function · 0.85
Calls
2
array_common
Function · 0.85
jw_array_begin
Function · 0.85
Tested by
2
make_inline2
Function · 0.68
scripted
Function · 0.68