MCPcopy 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

getMainLayerMethod · 0.95
OpenMethod · 0.80
dirtyMethod · 0.80
installMethod · 0.80
MeshesMethod · 0.80
installMethod · 0.80
installMethod · 0.80
installMethod · 0.80
loadedMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected