| 1892 | } |
| 1893 | |
| 1894 | void plugin_notification_end(struct plugin *plugin, |
| 1895 | struct json_stream *stream STEALS) |
| 1896 | { |
| 1897 | json_object_end(stream); |
| 1898 | plugin_notification_end_obs(plugin, stream); |
| 1899 | } |
| 1900 | |
| 1901 | struct json_stream *plugin_notify_start(struct command *cmd, const char *method) |
| 1902 | { |
no test coverage detected