Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ jw_object_false
Function
jw_object_false
json-writer.c:182–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void jw_object_false(struct json_writer *jw, const char *key)
183
{
184
object_common(jw, key);
185
strbuf_addstr(&jw->json,
"false"
);
186
}
187
188
void jw_object_bool(struct json_writer *jw, const char *key, int value)
189
{
Callers
3
jw_object_bool
Function · 0.85
make_obj4
Function · 0.85
scripted
Function · 0.85
Calls
2
object_common
Function · 0.85
strbuf_addstr
Function · 0.85
Tested by
2
make_obj4
Function · 0.68
scripted
Function · 0.68