Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ jw_object_true
Function
jw_object_true
json-writer.c:176–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void jw_object_true(struct json_writer *jw, const char *key)
177
{
178
object_common(jw, key);
179
strbuf_addstr(&jw->json,
"true"
);
180
}
181
182
void jw_object_false(struct json_writer *jw, const char *key)
183
{
Callers
5
jw_object_bool
Function · 0.85
make_obj1
Function · 0.85
make_obj4
Function · 0.85
make_inline1
Function · 0.85
scripted
Function · 0.85
Calls
2
object_common
Function · 0.85
strbuf_addstr
Function · 0.85
Tested by
4
make_obj1
Function · 0.68
make_obj4
Function · 0.68
make_inline1
Function · 0.68
scripted
Function · 0.68