Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ jw_array_false
Function
jw_array_false
json-writer.c:323–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
void jw_array_false(struct json_writer *jw)
324
{
325
array_common(jw);
326
strbuf_addstr(&jw->json,
"false"
);
327
}
328
329
void jw_array_bool(struct json_writer *jw, int value)
330
{
Callers
3
jw_array_bool
Function · 0.85
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