Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ db_bind_s64
Function
db_bind_s64
db/bindings.c:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void db_bind_s64(struct db_stmt *stmt, s64 val)
82
{
83
u64 uval = val;
84
db_bind_u64(stmt, uval);
85
}
86
87
void db_bind_blob(struct db_stmt *stmt, const u8 *val, size_t len)
88
{
Callers
2
wallet_inflight_add
Function · 0.85
db_bind_credit_debit
Function · 0.85
Calls
1
db_bind_u64
Function · 0.85
Tested by
no test coverage detected