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

Function db_in_transaction

lightningd/test/run-shuffle_fds.c:51–52  ·  view source on GitHub ↗

Generated stub for db_in_transaction */

Source from the content-addressed store, hash-verified

49{ fprintf(stderr, "db_commit_transaction called!\n"); abort(); }
50/* Generated stub for db_in_transaction */
51bool db_in_transaction(struct db *db UNNEEDED)
52{ fprintf(stderr, "db_in_transaction called!\n"); abort(); }
53/* Generated stub for fatal */
54void fatal(const char *fmt UNNEEDED, ...)
55{ fprintf(stderr, "fatal called!\n"); abort(); }

Callers 2

destroy_subdFunction · 0.50
destroy_hout_subd_diedFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected