Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ RemoveLayer
Method
RemoveLayer
src/app/cmd/remove_layer.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
using namespace doc;
21
22
RemoveLayer::RemoveLayer(Layer* layer)
23
: AddLayer(layer->parent(), layer, layer->getPrevious())
24
{
25
}
26
27
void RemoveLayer::onExecute()
28
{
Callers
nothing calls this directly
Calls
2
getPrevious
Method · 0.80
parent
Method · 0.45
Tested by
no test coverage detected