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

Function db_column_is_null

db/bindings.c:25–28  ·  view source on GitHub ↗

Local helpers once you have column number */

Source from the content-addressed store, hash-verified

23
24/* Local helpers once you have column number */
25static bool db_column_is_null(struct db_stmt *stmt, int col)
26{
27 return stmt->db->config->column_is_null_fn(stmt, col);
28}
29
30/* Returns true (and warns) if it's nul */
31static bool db_column_null_warn(struct db_stmt *stmt, const char *colname,

Callers 10

db_column_null_warnFunction · 0.85
db_col_is_nullFunction · 0.85
db_column_bytesFunction · 0.85
db_column_blobFunction · 0.85
db_col_int_or_defaultFunction · 0.85
db_col_strdup_optionalFunction · 0.85
db_col_node_id_arrFunction · 0.85
db_col_arr_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected