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

Function sql_of

plugins/sql.c:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169};
170
171static struct sql *sql_of(struct plugin *plugin)
172{
173 return plugin_get_data(plugin, struct sql);
174}
175
176/* It was tempting to put these in the schema, but they're really
177 * just for our usage. Though that would allow us to autogen the

Callers 15

sqlite_setupFunction · 0.85
sqlite_authorizeFunction · 0.85
refresh_completeFunction · 0.85
init_indicesFunction · 0.85
process_json_objFunction · 0.85
process_json_listFunction · 0.85
default_list_doneFunction · 0.85
delete_channel_from_dbFunction · 0.85
channels_refreshFunction · 0.85
delete_node_from_dbFunction · 0.85
nodes_refreshFunction · 0.85
wait_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected