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

Function jw_object_double

json-writer.c:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void jw_object_double(struct json_writer *jw, const char *key, int precision,
170 double value)
171{
172 object_common(jw, key);
173 fmt_double(jw, precision, value);
174}
175
176void jw_object_true(struct json_writer *jw, const char *key)
177{

Callers 14

fn_start_flFunction · 0.85
fn_exit_flFunction · 0.85
fn_signalFunction · 0.85
fn_atexitFunction · 0.85
fn_child_exit_flFunction · 0.85
fn_child_ready_flFunction · 0.85
fn_thread_exit_flFunction · 0.85
fn_data_flFunction · 0.85
fn_data_json_flFunction · 0.85
fn_printf_va_flFunction · 0.85
fn_timerFunction · 0.85

Calls 2

object_commonFunction · 0.85
fmt_doubleFunction · 0.85

Tested by 2

make_obj6Function · 0.68
scriptedFunction · 0.68