Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ getLayer
Method
getLayer
src/main/java/fieldbox/ui/Compositor.java:124–126 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
122
}
123
124
public
Layer getLayer(String name) {
125
return
layers.get(name);
126
}
127
128
static
public
class
Cache<T> {
129
private
final
Function<T, Long> getMod;
Callers
9
getMainLayer
Method · 0.95
Open
Method · 0.80
dirty
Method · 0.80
install
Method · 0.80
Meshes
Method · 0.80
install
Method · 0.80
install
Method · 0.80
install
Method · 0.80
loaded
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected