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

Function incoming_jcon_connected

lightningd/jsonrpc.c:1289–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287}
1288
1289static struct io_plan *incoming_jcon_connected(struct io_conn *conn,
1290 struct lightningd *ld)
1291{
1292 /* Lifetime of JSON conn is limited to fd connect time. */
1293 return jcon_connected(notleak(conn), ld);
1294}
1295
1296static void destroy_json_command(struct json_command *command, struct jsonrpc *rpc)
1297{

Callers

nothing calls this directly

Calls 1

jcon_connectedFunction · 0.85

Tested by

no test coverage detected