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

Function db_changes

db/utils.c:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197const char **db_changes(struct db *db)
198{
199 return db->changes;
200}
201
202u64 db_last_insert_id_v2(struct db_stmt *stmt TAKES)
203{

Callers 1

plugin_hook_db_syncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected