Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ getMainLayer
Method
getMainLayer
src/main/java/fieldbox/ui/Compositor.java:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
public
Layer getMainLayer() {
101
return
getLayer(
"__main__"
);
102
}
103
104
public
Map<String, Layer> getLayers() {
105
return
layers;
Callers
2
Open
Method · 0.80
mainLayer
Method · 0.80
Calls
1
getLayer
Method · 0.95
Tested by
no test coverage detected