Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ jw_array_true
Function
jw_array_true
json-writer.c:317–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
void jw_array_true(struct json_writer *jw)
318
{
319
array_common(jw);
320
strbuf_addstr(&jw->json,
"true"
);
321
}
322
323
void jw_array_false(struct json_writer *jw)
324
{
Callers
5
jw_array_bool
Function · 0.85
make_arr1
Function · 0.85
make_arr4
Function · 0.85
make_inline1
Function · 0.85
scripted
Function · 0.85
Calls
2
array_common
Function · 0.85
strbuf_addstr
Function · 0.85
Tested by
4
make_arr1
Function · 0.68
make_arr4
Function · 0.68
make_inline1
Function · 0.68
scripted
Function · 0.68