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

Function map_be64

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

Source from the content-addressed store, hash-verified

123}
124
125static u64 map_be64(const struct gossmap *map, size_t offset)
126{
127 be64 be64;
128 map_copy(map, offset, &be64, sizeof(be64));
129 return be64_to_cpu(be64);
130}
131
132static void map_nodeid(const struct gossmap *map, size_t offset,
133 struct node_id *id)

Callers 7

add_channelFunction · 0.85
update_channelFunction · 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