MCPcopy Create free account
hub / github.com/ElementsProject/lightning / destroy_request

Function destroy_request

lightningd/plugin.c:663–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

plugin_response_handleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected