Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void 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
154
void db_bind_channel_type(struct db_stmt *stmt, const struct channel_type *type)
155
{
Callers
3
fillin_missing_channel_id
Function · 0.85
wallet_channel_save
Function · 0.85
main
Function · 0.85
Calls
1
db_bind_blob
Function · 0.85
Tested by
1
main
Function · 0.68