Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ db_changes
Function
db_changes
db/utils.c:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
const char **db_changes(struct db *db)
213
{
214
return db->changes;
215
}
216
217
u64 db_last_insert_id_v2(struct db_stmt *stmt TAKES)
218
{
Callers
1
plugin_hook_db_sync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected