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

Function db_bind_json_escape

db/bindings.c:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void db_bind_json_escape(struct db_stmt *stmt, int pos,
224 const struct json_escape *esc)
225{
226 db_bind_text(stmt, pos, esc->s);
227}
228
229void db_bind_onionreply(struct db_stmt *stmt, int pos, const struct onionreply *r)
230{

Callers 3

wallet_offer_createFunction · 0.85
invoices_createFunction · 0.85
invoices_find_by_labelFunction · 0.85

Calls 1

db_bind_textFunction · 0.85

Tested by

no test coverage detected