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

Function db_column_blob

db/bindings.c:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static const void *db_column_blob(struct db_stmt *stmt, int col)
250{
251 if (db_column_is_null(stmt, col))
252 return NULL;
253 return stmt->db->config->column_blob_fn(stmt, col);
254}
255
256
257u64 db_col_u64(struct db_stmt *stmt, const char *colname)

Callers 14

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