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

Function db_bind_scid

db/bindings.c:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void db_bind_scid(struct db_stmt *stmt, int col,
163 const struct short_channel_id *id)
164{
165 db_bind_u64(stmt, col, id->u64);
166}
167
168void db_bind_short_channel_id_arr(struct db_stmt *stmt, int col,
169 const struct short_channel_id *id)

Calls 1

db_bind_u64Function · 0.85

Tested by

no test coverage detected