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

Function sqlite3_bind_outpoint

plugins/bkpr/test/run-recorder.c:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265static int sqlite3_bind_outpoint(sqlite3_stmt *stmt, int pos, const struct bitcoin_outpoint *o)
266{
267 return sqlite3_bind_text(stmt, pos, fmt_bitcoin_outpoint(tmpctx, o), -1, SQLITE_TRANSIENT);
268}
269
270static int sqlite3_bind_txid(sqlite3_stmt *stmt, int pos, const struct bitcoin_txid *txid)
271{

Callers 2

find_chain_eventFunction · 0.85
log_chain_eventFunction · 0.85

Calls 1

fmt_bitcoin_outpointFunction · 0.85

Tested by

no test coverage detected