Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ jw_object_inline_begin_array
Function
jw_object_inline_begin_array
json-writer.c:287–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
void jw_object_inline_begin_array(struct json_writer *jw, const char *key)
288
{
289
object_common(jw, key);
290
291
jw_array_begin(jw, jw->pretty);
292
}
293
294
void jw_array_begin(struct json_writer *jw, int pretty)
295
{
Callers
7
fn_start_fl
Function · 0.85
fn_command_ancestry_fl
Function · 0.85
fn_alias_fl
Function · 0.85
fn_child_start_fl
Function · 0.85
fn_exec_fl
Function · 0.85
make_inline1
Function · 0.85
scripted
Function · 0.85
Calls
2
object_common
Function · 0.85
jw_array_begin
Function · 0.85
Tested by
2
make_inline1
Function · 0.68
scripted
Function · 0.68