| 1524 | } |
| 1525 | |
| 1526 | void jsonrpc_notification_end(struct jsonrpc_notification *n) |
| 1527 | { |
| 1528 | json_object_end(n->stream); /* closes '.params' */ |
| 1529 | jsonrpc_notification_end_noparams(n); |
| 1530 | } |
| 1531 | |
| 1532 | void jsonrpc_notification_end_noparams(struct jsonrpc_notification *n) |
| 1533 | { |
no test coverage detected