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

Function db_bind_channel_id

db/bindings.c:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void db_bind_channel_id(struct db_stmt *stmt, int pos, const struct channel_id *id)
130{
131 db_bind_blob(stmt, pos, id->id, sizeof(id->id));
132}
133
134void db_bind_node_id(struct db_stmt *stmt, int pos, const struct node_id *id)
135{

Callers 2

wallet_channel_saveFunction · 0.85

Calls 1

db_bind_blobFunction · 0.85

Tested by

no test coverage detected