| 661 | } |
| 662 | |
| 663 | static void destroy_request(struct jsonrpc_request *req, |
| 664 | struct plugin *plugin) |
| 665 | { |
| 666 | strmap_del(&plugin->pending_requests, req->id, NULL); |
| 667 | } |
| 668 | |
| 669 | static void plugin_response_handle(struct plugin *plugin, |
| 670 | const char *buffer, |
no outgoing calls
no test coverage detected