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

Function map_be32

common/gossmap.c:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144static u32 map_be32(const struct gossmap *map, u64 offset)
145{
146 be32 be32;
147 map_copy(map, offset, &be32, sizeof(be32));
148 return be32_to_cpu(be32);
149}
150
151static u64 map_be64(const struct gossmap *map, u64 offset)
152{

Callers 2

fill_from_updateFunction · 0.85

Calls 2

map_copyFunction · 0.85
be32_to_cpuFunction · 0.85

Tested by

no test coverage detected