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

Function db_commit_transaction

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

Generated stub for db_commit_transaction */

Source from the content-addressed store, hash-verified

13{ fprintf(stderr, "db_begin_transaction_ called!\n"); abort(); }
14/* Generated stub for db_commit_transaction */
15void db_commit_transaction(struct db *db UNNEEDED)
16{ fprintf(stderr, "db_commit_transaction called!\n"); abort(); }
17/* Generated stub for db_get_intvar */
18s64 db_get_intvar(struct db *db UNNEEDED, const char *varname UNNEEDED, s64 defval UNNEEDED)
19{ fprintf(stderr, "db_get_intvar called!\n"); abort(); }

Callers 11

setup_topologyFunction · 0.50
sd_msg_readFunction · 0.50
destroy_subdFunction · 0.50
plugin_read_jsonFunction · 0.50
plugin_conn_finishFunction · 0.50
onchaind_replay_channelsFunction · 0.50
io_loop_with_timersFunction · 0.50
destroy_hout_subd_diedFunction · 0.50
read_jsonFunction · 0.50
free_all_channelsFunction · 0.50
mainFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected