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

Function db_bind_amount_sat

db/bindings.c:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void db_bind_amount_sat(struct db_stmt *stmt, int pos,
218 const struct amount_sat *sat)
219{
220 db_bind_u64(stmt, pos, sat->satoshis); /* Raw: low level function */
221}
222
223void db_bind_json_escape(struct db_stmt *stmt, int pos,
224 const struct json_escape *esc)

Callers 8

wallet_add_utxoFunction · 0.85
wallet_add_onchaind_utxoFunction · 0.85
wallet_inflight_addFunction · 0.85
wallet_channel_saveFunction · 0.85
wallet_utxoset_addFunction · 0.85
wallet_filteredblock_addFunction · 0.85
wallet_penalty_base_addFunction · 0.85

Calls 1

db_bind_u64Function · 0.85

Tested by

no test coverage detected