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

Function jw_array_double

json-writer.c:311–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void jw_array_double(struct json_writer *jw, int precision, double value)
312{
313 array_common(jw);
314 fmt_double(jw, precision, value);
315}
316
317void jw_array_true(struct json_writer *jw)
318{

Callers 1

scriptedFunction · 0.85

Calls 2

array_commonFunction · 0.85
fmt_doubleFunction · 0.85

Tested by 1

scriptedFunction · 0.68