| 1267 | return js; |
| 1268 | } |
| 1269 | void plugin_notification_end(struct plugin *plugin, |
| 1270 | struct json_stream *stream) |
| 1271 | { |
| 1272 | json_object_end(stream); |
| 1273 | jsonrpc_finish_and_send(plugin, stream); |
| 1274 | } |
| 1275 | |
| 1276 | struct json_stream *plugin_notify_start(struct command *cmd, const char *method) |
| 1277 | { |
no test coverage detected