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

Function db_warn

db/utils.c:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void db_warn(const struct db *db, const char *fmt, ...)
329{
330 va_list ap;
331 va_start(ap, fmt);
332 db->errorfn(db->errorfn_arg, false, fmt, ap);
333 va_end(ap);
334}
335
336struct db *db_open_(const tal_t *ctx, const char *filename,
337 bool developer,

Callers 1

db_column_null_warnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected