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

Function db_bind_channel_id

db/bindings.c:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void db_bind_channel_id(struct db_stmt *stmt, const struct channel_id *id)
150{
151 db_bind_blob(stmt, id->id, sizeof(id->id));
152}
153
154void db_bind_channel_type(struct db_stmt *stmt, const struct channel_type *type)
155{

Callers 3

wallet_channel_saveFunction · 0.85
mainFunction · 0.85

Calls 1

db_bind_blobFunction · 0.85

Tested by 1

mainFunction · 0.68