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

Function db_bind_short_channel_id

db/bindings.c:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void db_bind_short_channel_id(struct db_stmt *stmt, struct short_channel_id scid)
188{
189 db_bind_u64(stmt, scid.u64);
190}
191
192void db_bind_short_channel_id_arr(struct db_stmt *stmt,
193 const struct short_channel_id *id)

Callers 11

wallet_inflight_addFunction · 0.85
wallet_inflight_saveFunction · 0.85
wallet_channel_saveFunction · 0.85
forwarding_firstFunction · 0.85
wallet_forward_deleteFunction · 0.85

Calls 1

db_bind_u64Function · 0.85

Tested by

no test coverage detected