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

Function new_reserve_htable

plugins/askrene/reserve.c:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 reserve_eq_scidd, reserve_htable);
37
38struct reserve_htable *new_reserve_htable(const tal_t *ctx)
39{
40 return new_htable(ctx, reserve_htable);
41}
42
43static void destroy_reserve(struct reserve *r, struct reserve_htable *reserved)
44{

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected