MCPcopy 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

testHasNameMethod · 0.95
testGetNewLayer_NameMethod · 0.80
testReadWriteFileMethod · 0.80
writeFileMethod · 0.80

Calls

no outgoing calls

Tested by 3

testHasNameMethod · 0.76
testGetNewLayer_NameMethod · 0.64
testReadWriteFileMethod · 0.64