| 1537 | } |
| 1538 | |
| 1539 | static 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 | |
| 1546 | static struct command_result *json_listsqlschemas(struct command *cmd, |
| 1547 | const char *buffer, |
nothing calls this directly
no test coverage detected