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

Function json_add_num

wallet/test/run-wallet.c:347–349  ·  view source on GitHub ↗

Generated stub for json_add_num */

Source from the content-addressed store, hash-verified

345{ fprintf(stderr, "json_add_node_id called!\n"); abort(); }
346/* Generated stub for json_add_num */
347void json_add_num(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED,
348 unsigned int value UNNEEDED)
349{ fprintf(stderr, "json_add_num called!\n"); abort(); }
350/* Generated stub for json_add_s32 */
351void json_add_s32(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED,
352 int32_t value UNNEEDED)

Callers 5

json_add_utxoFunction · 0.50
json_listfundsFunction · 0.50
process_utxo_resultFunction · 0.50
json_transaction_detailsFunction · 0.50
finish_psbtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected