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

Function new_layer_name_hash

plugins/askrene/layer.c:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 layer_eq_name, layer_name_hash);
184
185struct layer_name_hash *new_layer_name_hash(const tal_t *ctx)
186{
187 return new_htable(ctx, layer_name_hash);
188}
189
190struct layer *new_temp_layer(const tal_t *ctx, struct askrene *askrene, const char *name TAKES)
191{

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected