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

Function db_commit_transaction

lightningd/test/run-jsonrpc.c:13–14  ·  view source on GitHub ↗

Generated stub for db_commit_transaction */

Source from the content-addressed store, hash-verified

11{ fprintf(stderr, "db_begin_transaction_ called!\n"); abort(); }
12/* Generated stub for db_commit_transaction */
13void db_commit_transaction(struct db *db UNNEEDED)
14{ fprintf(stderr, "db_commit_transaction called!\n"); abort(); }
15/* Generated stub for deprecated_apis */
16bool deprecated_apis;
17/* Generated stub for fatal */

Callers 14

sd_msg_readFunction · 0.50
destroy_subdFunction · 0.50
onchaind_replay_channelsFunction · 0.50
plugin_hook_callbackFunction · 0.50
sendrawtx_callbackFunction · 0.50
getchaininfo_callbackFunction · 0.50
getutxout_callbackFunction · 0.50
io_loop_with_timersFunction · 0.50
destroy_hout_subd_diedFunction · 0.50
read_jsonFunction · 0.50
free_all_channelsFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected