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

Function add_one_schema

plugins/sql.c:1539–1544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1537}
1538
1539static bool add_one_schema(const char *member, struct table_desc *td,
1540 struct json_stream *js)
1541{
1542 json_add_schema(js, td);
1543 return true;
1544}
1545
1546static struct command_result *json_listsqlschemas(struct command *cmd,
1547 const char *buffer,

Callers

nothing calls this directly

Calls 1

json_add_schemaFunction · 0.85

Tested by

no test coverage detected