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

Function node_adjacency_end

plugins/renepay/mcf.c:431–434  ·  view source on GitHub ↗

Helper function. * Is this the end of the adjacency list. */

Source from the content-addressed store, hash-verified

429/* Helper function.
430 * Is this the end of the adjacency list. */
431static bool node_adjacency_end(const struct arc arc)
432{
433 return arc.idx == INVALID_INDEX;
434}
435
436/* Helper function.
437 * Given node idx `node` and `arc`, returns the idx of the next arc whose tail is `node`. */

Callers 4

find_admissible_pathFunction · 0.70
find_optimal_pathFunction · 0.70
zero_flowFunction · 0.70
get_flow_pathsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected