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

Function db_column_bytes

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

Source from the content-addressed store, hash-verified

240}
241
242static size_t db_column_bytes(struct db_stmt *stmt, int col)
243{
244 if (db_column_is_null(stmt, col))
245 return 0;
246 return stmt->db->config->column_bytes_fn(stmt, col);
247}
248
249static const void *db_column_blob(struct db_stmt *stmt, int col)
250{

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