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

Function json_add_u32

common/json_stream.c:298–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void json_add_u32(struct json_stream *result, const char *fieldname,
299 uint32_t value)
300{
301 json_add_primitive_fmt(result, fieldname, "%u", value);
302}
303
304void json_add_s32(struct json_stream *result, const char *fieldname,
305 int32_t value)

Callers 15

json_add_utxoFunction · 0.85
json_transaction_detailsFunction · 0.85
json_add_reservestatusFunction · 0.85
json_add_htlcsFunction · 0.85
NON_NULL_ARGSFunction · 0.85
peer_control.cFile · 0.85
graceful_timeoutFunction · 0.85
set_channel_configFunction · 0.85
json_add_payment_fieldsFunction · 0.85
injectonion_succeedFunction · 0.85

Calls 1

json_add_primitive_fmtFunction · 0.85

Tested by 1

mainFunction · 0.68