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

Function jsonrpc_notification_end

lightningd/jsonrpc.c:1526–1530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1524}
1525
1526void jsonrpc_notification_end(struct jsonrpc_notification *n)
1527{
1528 json_object_end(n->stream); /* closes '.params' */
1529 jsonrpc_notification_end_noparams(n);
1530}
1531
1532void jsonrpc_notification_end_noparams(struct jsonrpc_notification *n)
1533{

Callers 3

notify_sendFunction · 0.85
notify_plugin_shutdownFunction · 0.85

Calls 2

json_object_endFunction · 0.85

Tested by

no test coverage detected