Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
311
void jw_array_double(struct json_writer *jw, int precision, double value)
312
{
313
array_common(jw);
314
fmt_double(jw, precision, value);
315
}
316
317
void jw_array_true(struct json_writer *jw)
318
{
Callers
1
scripted
Function · 0.85
Calls
2
array_common
Function · 0.85
fmt_double
Function · 0.85
Tested by
1
scripted
Function · 0.68