Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ remove_layer
Function
remove_layer
plugins/askrene/layer.c:844–848 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
842
}
843
844
void remove_layer(struct layer *l)
845
{
846
save_remove(l);
847
tal_free(l);
848
}
849
850
struct layer *new_layer(struct askrene *askrene,
851
const char *name TAKES,
Callers
1
json_askrene_remove_layer
Function · 0.85
Calls
2
save_remove
Function · 0.85
tal_free
Function · 0.85
Tested by
no test coverage detected