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

Function map_u8

common/gossmap.c:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static u8 map_u8(const struct gossmap *map, size_t offset)
105{
106 u8 u8;
107 map_copy(map, offset, &u8, sizeof(u8));
108 return u8;
109}
110
111static u16 map_be16(const struct gossmap *map, size_t offset)
112{

Callers 4

map_feature_testFunction · 0.85
update_channelFunction · 0.85
load_gossip_storeFunction · 0.85

Calls 1

map_copyFunction · 0.85

Tested by

no test coverage detected