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

Function incoming_jcon_connected

lightningd/jsonrpc.c:1134–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1132}
1133
1134static struct io_plan *incoming_jcon_connected(struct io_conn *conn,
1135 struct lightningd *ld)
1136{
1137 /* Lifetime of JSON conn is limited to fd connect time. */
1138 return jcon_connected(notleak(conn), ld);
1139}
1140
1141static void destroy_json_command(struct json_command *command, struct jsonrpc *rpc)
1142{

Callers

nothing calls this directly

Calls 1

jcon_connectedFunction · 0.85

Tested by

no test coverage detected