Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
462
static 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
469
static char *opt_add_one(unsigned int *val)
470
{
Callers
1
main
Function · 0.85
Calls
1
read_bigsize
Function · 0.85
Tested by
no test coverage detected