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

Function write_uuid

devtools/gossmap-compress.c:515–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515static void write_uuid(int outfd)
516{
517 const u8 uuid[] = {
518 0, 0, 0, 0, 0, 0, 0, 0,
519 0, 0, 0, 0, 0, 0, 0, 0,
520 0, 0, 0, 0, 0, 0, 0, 0,
521 0, 0, 0, 0, 0, 0, 0, 0
522 };
523 write_msg_to_gstore(outfd, take(towire_gossip_store_uuid(NULL, uuid)));
524}
525
526int main(int argc, char *argv[])
527{

Callers 1

mainFunction · 0.85

Calls 1

write_msg_to_gstoreFunction · 0.85

Tested by

no test coverage detected