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

Function item_mover

common/dijkstra.c:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static void item_mover(void *const dst, const void *const src)
66{
67 struct gossmap_node *n = *((struct gossmap_node **)src);
68 get_dijkstra(global_dijkstra, global_map, n)->heapptr = dst;
69 *((struct gossmap_node **)dst) = n;
70}
71
72static const struct gossmap_node **mkheap(const tal_t *ctx,
73 struct dijkstra *dij,

Callers

nothing calls this directly

Calls 1

get_dijkstraFunction · 0.85

Tested by

no test coverage detected