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

Function db_fatal

wallet/wallet.c:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54#ifndef DB_FATAL
55#define DB_FATAL
56void db_fatal(const char *fmt, ...)
57{
58 va_list ap;
59
60 va_start(ap, fmt);
61 fatal_vfmt(fmt, ap);
62 va_end(ap);
63}
64#endif /* DB_FATAL */
65
66static void outpointfilters_init(struct wallet *w)

Callers 15

db_migrateFunction · 0.70
db_setupFunction · 0.70
migrate_our_fundingFunction · 0.70
db_stmt_freeFunction · 0.50
db_prepare_v2_Function · 0.50
db_exec_prepared_v2Function · 0.50
db_config_findFunction · 0.50
db_openFunction · 0.50

Calls 1

fatal_vfmtFunction · 0.85

Tested by

no test coverage detected