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

Function db_column_bytes

db/bindings.c:266–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266static size_t db_column_bytes(struct db_stmt *stmt, int col)
267{
268 if (db_column_is_null(stmt, col))
269 return 0;
270 return stmt->db->config->column_bytes_fn(stmt, col);
271}
272
273static const void *db_column_blob(struct db_stmt *stmt, int col)
274{

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