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

Function item_mover

common/dijkstra.c:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

get_dijkstraFunction · 0.85

Tested by

no test coverage detected