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

Function mk_reader

common/test/run-jsonrpc_io.c:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219/* ---------- helpers ---------- */
220
221static struct jsonrpc_io *mk_reader(const tal_t *ctx)
222{
223 return jsonrpc_io_new(ctx);
224}
225
226static void run_once(struct jsonrpc_io *jin, struct handler_ctx *hc)
227{

Calls 1

jsonrpc_io_newFunction · 0.85

Tested by

no test coverage detected