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

Function json_add_u64

common/json_stream.c:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void json_add_u64(struct json_stream *result, const char *fieldname,
287 uint64_t value)
288{
289 json_add_primitive_fmt(result, fieldname, "%"PRIu64, value);
290}
291
292void json_add_s64(struct json_stream *result, const char *fieldname,
293 int64_t value)

Callers 15

json_add_address_detailsFunction · 0.85
json_listaddrsFunction · 0.85
json_listnetworkeventsFunction · 0.85
handle_psbt_changedFunction · 0.85
json_feeratesFunction · 0.85
json_add_indexFunction · 0.85
json_add_htlcsFunction · 0.85
NON_NULL_ARGSFunction · 0.85
peer_control.cFile · 0.85
json_add_payment_fieldsFunction · 0.85
injectonion_succeedFunction · 0.85

Calls 1

json_add_primitive_fmtFunction · 0.85

Tested by

no test coverage detected