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

Function db_query_prepared

db/utils.c:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void db_query_prepared(struct db_stmt *stmt)
155{
156 if (!db_query_prepared_canfail(stmt))
157 db_fatal(stmt->db, "query failed: %s", stmt->error);
158}
159
160bool db_step(struct db_stmt *stmt)
161{

Calls 2

db_fatalFunction · 0.85

Tested by 3

count_inflightsFunction · 0.68
count_movesFunction · 0.68
count_movesFunction · 0.68