MCPcopy Create free account
hub / github.com/ElementsProject/lightning / json_add_s64

Function json_add_s64

common/json_stream.c:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void json_add_s64(struct json_stream *result, const char *fieldname,
293 int64_t value)
294{
295 json_add_primitive_fmt(result, fieldname, "%"PRIi64, value);
296}
297
298void json_add_u32(struct json_stream *result, const char *fieldname,
299 uint32_t value)

Callers 4

NON_NULL_ARGSFunction · 0.85
refresh_completeFunction · 0.85
json_add_biasFunction · 0.85
json_add_node_biasFunction · 0.85

Calls 1

json_add_primitive_fmtFunction · 0.85

Tested by

no test coverage detected