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

Function map_u8

common/gossmap.c:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130static u8 map_u8(const struct gossmap *map, u64 offset)
131{
132 u8 u8;
133 map_copy(map, offset, &u8, sizeof(u8));
134 return u8;
135}
136
137static u16 map_be16(const struct gossmap *map, u64 offset)
138{

Callers 5

map_feature_testFunction · 0.85
fill_from_updateFunction · 0.85
reopen_storeFunction · 0.85
load_gossip_storeFunction · 0.85

Calls 1

map_copyFunction · 0.85

Tested by

no test coverage detected