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

Function has_table_desc

plugins/sql.c:307–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307static bool has_table_desc(struct table_desc **tables, struct table_desc *t)
308{
309 for (size_t i = 0; i < tal_count(tables); i++) {
310 if (tables[i] == t)
311 return true;
312 }
313 return false;
314}
315
316static struct column *find_column(const struct table_desc *td,
317 const char *dbname)

Callers 1

sqlite_authorizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected