Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ jw_array_null
Function
jw_array_null
json-writer.c:337–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
void jw_array_null(struct json_writer *jw)
338
{
339
array_common(jw);
340
strbuf_addstr(&jw->json,
"null"
);
341
}
342
343
void jw_array_sub_jw(struct json_writer *jw, const struct json_writer *value)
344
{
Callers
2
make_arr4
Function · 0.85
scripted
Function · 0.85
Calls
2
array_common
Function · 0.85
strbuf_addstr
Function · 0.85
Tested by
2
make_arr4
Function · 0.68
scripted
Function · 0.68