Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ hasName
Method
hasName
src/main/java/mudmap2/backend/Layer.java:117–119 ·
view source on GitHub ↗
Check whether the layer has an explicitly set name @return
()
Source
from the content-addressed store, hash-verified
115
* @
return
116
*/
117
public
Boolean hasName() {
118
return
name != null;
119
}
120
121
/**
122
* Use this only to set an optimized quadtree after construction
Callers
4
testHasName
Method · 0.95
testGetNewLayer_Name
Method · 0.80
testReadWriteFile
Method · 0.80
writeFile
Method · 0.80
Calls
no outgoing calls
Tested by
3
testHasName
Method · 0.76
testGetNewLayer_Name
Method · 0.64
testReadWriteFile
Method · 0.64