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

Function destroy_route

plugins/renepay/test/run-route_map.c:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24/* AUTOGENERATED MOCKS END */
25
26static void destroy_route(
27 struct route *route,
28 struct route_map * map)
29{
30 printf("calling %s with %s\n",
31 __func__,
32 fmt_routekey(tmpctx,&route->key));
33 route_map_del(map, route);
34}
35
36static void valgrind_ok1(void)
37{

Callers

nothing calls this directly

Calls 1

fmt_routekeyFunction · 0.85

Tested by

no test coverage detected