MCPcopy Create free account
hub / github.com/git/git / jw_object_intmax

Function jw_object_intmax

json-writer.c:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void jw_object_intmax(struct json_writer *jw, const char *key, intmax_t value)
164{
165 object_common(jw, key);
166 strbuf_addf(&jw->json, "%"PRIdMAX, value);
167}
168
169void jw_object_double(struct json_writer *jw, const char *key, int precision,
170 double value)

Callers 15

trace2_fetch_infoFunction · 0.85
event_fmt_prepareFunction · 0.85
fn_exit_flFunction · 0.85
fn_signalFunction · 0.85
fn_atexitFunction · 0.85
fn_child_start_flFunction · 0.85
fn_child_exit_flFunction · 0.85
fn_child_ready_flFunction · 0.85

Calls 2

object_commonFunction · 0.85
strbuf_addfFunction · 0.85

Tested by 5

make_obj1Function · 0.68
make_obj2Function · 0.68
make_obj3Function · 0.68
make_inline1Function · 0.68
scriptedFunction · 0.68