Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ setName
Method
setName
src/main/java/fieldbox/ui/Compositor.java:177–180 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
175
}
176
177
public
Layer setName(String name) {
178
this.name = name;
179
return
this;
180
}
181
182
public
FBO getFBO() {
183
return
fbo;
Callers
5
newLayer
Method · 0.80
getDeclarationSignature
Method · 0.80
start
Method · 0.80
exec
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected