| 17 | }; |
| 18 | |
| 19 | static struct test_libplugin *get_test_libplugin(struct plugin *plugin) |
| 20 | { |
| 21 | return plugin_get_data(plugin, struct test_libplugin); |
| 22 | } |
| 23 | |
| 24 | static struct command_result *get_ds_done(struct command *cmd, |
| 25 | const char *val, |
no outgoing calls
no test coverage detected