Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ jw_array_argv
Function
jw_array_argv
json-writer.c:359–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
}
358
359
void jw_array_argv(struct json_writer *jw, const char **argv)
360
{
361
while (*argv)
362
jw_array_string(jw, *argv++);
363
}
364
365
void jw_array_inline_begin_object(struct json_writer *jw)
366
{
Callers
4
fn_start_fl
Function · 0.85
fn_alias_fl
Function · 0.85
fn_child_start_fl
Function · 0.85
fn_exec_fl
Function · 0.85
Calls
1
jw_array_string
Function · 0.85
Tested by
no test coverage detected