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

Function read_val

devtools/gossmap-compress.c:462–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462static u64 read_val(gzFile inf, const u64 *template)
463{
464 size_t idx = read_bigsize(inf);
465 assert(idx < tal_count(template));
466 return template[idx];
467}
468
469static char *opt_add_one(unsigned int *val)
470{

Callers 1

mainFunction · 0.85

Calls 1

read_bigsizeFunction · 0.85

Tested by

no test coverage detected