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

Function dev_compact_store

gossipd/gossipd.c:822–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822static void dev_compact_store(struct daemon *daemon, const u8 *msg)
823{
824 bool done = gossip_store_compact(daemon->rstate->gs);
825
826 daemon_conn_send(daemon->master,
827 take(towire_gossipd_dev_compact_store_reply(NULL,
828 done)));
829}
830
831static void dev_gossip_set_time(struct daemon *daemon, const u8 *msg)
832{

Callers 1

recv_reqFunction · 0.85

Calls 2

gossip_store_compactFunction · 0.85
daemon_conn_sendFunction · 0.50

Tested by

no test coverage detected