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

Function json_add_u32

wallet/test/run-wallet.c:392–394  ·  view source on GitHub ↗

Generated stub for json_add_u32 */

Source from the content-addressed store, hash-verified

390{ fprintf(stderr, "json_add_txid called!\n"); abort(); }
391/* Generated stub for json_add_u32 */
392void json_add_u32(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED,
393 uint32_t value UNNEEDED)
394{ fprintf(stderr, "json_add_u32 called!\n"); abort(); }
395/* Generated stub for json_add_u64 */
396void json_add_u64(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED,
397 uint64_t value UNNEEDED)

Callers 3

json_add_utxoFunction · 0.50
json_transaction_detailsFunction · 0.50
json_add_reservestatusFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected