MCPcopy 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
81void db_bind_s64(struct db_stmt *stmt, s64 val)
82{
83 u64 uval = val;
84 db_bind_u64(stmt, uval);
85}
86
87void db_bind_blob(struct db_stmt *stmt, const u8 *val, size_t len)
88{

Callers 2

wallet_inflight_addFunction · 0.85
db_bind_credit_debitFunction · 0.85

Calls 1

db_bind_u64Function · 0.85

Tested by

no test coverage detected