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

Function db_bind_json_escape

db/bindings.c:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void db_bind_json_escape(struct db_stmt *stmt,
248 const struct json_escape *esc)
249{
250 db_bind_text(stmt, esc->s);
251}
252
253void db_bind_onionreply(struct db_stmt *stmt, const struct onionreply *r)
254{

Callers 5

payments_by_labelFunction · 0.85
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