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

Function db_column_blob

db/bindings.c:273–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273static const void *db_column_blob(struct db_stmt *stmt, int col)
274{
275 if (db_column_is_null(stmt, col))
276 return NULL;
277 return stmt->db->config->column_blob_fn(stmt, col);
278}
279
280
281u64 db_col_u64(struct db_stmt *stmt, const char *colname)

Callers 15

db_col_preimageFunction · 0.85
db_col_channel_idFunction · 0.85
db_col_node_idFunction · 0.85
db_col_node_id_arrFunction · 0.85
db_col_pubkeyFunction · 0.85
db_col_signatureFunction · 0.85
db_col_txFunction · 0.85
db_col_psbtFunction · 0.85
db_col_arr_Function · 0.85
db_col_json_escapeFunction · 0.85
db_col_sha256Function · 0.85

Calls 1

db_column_is_nullFunction · 0.85

Tested by

no test coverage detected