Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ setName
Method
setName
src/main/java/mudmap2/backend/Layer.java:109–111 ·
view source on GitHub ↗
Set layer name @param name
(final String name)
Source
from the content-addressed store, hash-verified
107
* @param name
108
*/
109
public
void
setName(
final
String name) {
110
this.name = name;
111
}
112
113
/**
114
* Check whether the layer has an explicitly set name
Callers
5
testGetSetName
Method · 0.95
testHasName
Method · 0.95
testReadWriteFile
Method · 0.95
getNewLayer
Method · 0.95
readFile
Method · 0.95
Calls
no outgoing calls
Tested by
3
testGetSetName
Method · 0.76
testHasName
Method · 0.76
testReadWriteFile
Method · 0.76