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

Function map_be64

common/gossmap.c:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151static u64 map_be64(const struct gossmap *map, u64 offset)
152{
153 be64 be64;
154 map_copy(map, offset, &be64, sizeof(be64));
155 return be64_to_cpu(be64);
156}
157
158static void map_nodeid(const struct gossmap *map, u64 offset,
159 struct node_id *id)

Callers 7

add_channelFunction · 0.85
fill_from_updateFunction · 0.85
gossmap_chan_scidFunction · 0.85
reopen_storeFunction · 0.85

Calls 2

map_copyFunction · 0.85
be64_to_cpuFunction · 0.85

Tested by

no test coverage detected