Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ jw_array_string
Function
jw_array_string
json-writer.c:299–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
void jw_array_string(struct json_writer *jw, const char *value)
300
{
301
array_common(jw);
302
append_quoted_string(&jw->json, value);
303
}
304
305
void jw_array_intmax(struct json_writer *jw, intmax_t value)
306
{
Callers
8
jw_array_argc_argv
Function · 0.85
jw_array_argv
Function · 0.85
fn_command_ancestry_fl
Function · 0.85
fn_child_start_fl
Function · 0.85
trace2_collect_process_info
Function · 0.85
make_arr1
Function · 0.85
make_inline1
Function · 0.85
scripted
Function · 0.85
Calls
2
array_common
Function · 0.85
append_quoted_string
Function · 0.85
Tested by
3
make_arr1
Function · 0.68
make_inline1
Function · 0.68
scripted
Function · 0.68