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

Function ptrint2node

common/gossmap.c:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213static struct gossmap_node *ptrint2node(const ptrint_t *pidx)
214{
215 return map->node_arr + ptr2int(pidx) - 2;
216}
217
218static ptrint_t *node2ptrint(const struct gossmap_node *node)
219{

Callers 2

nodeidx_idFunction · 0.85
gossmap_find_nodeFunction · 0.85

Calls 1

ptr2intFunction · 0.85

Tested by

no test coverage detected