Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ toString
Method
toString
src/main/java/mudmap2/backend/Layer.java:365–368 ·
view source on GitHub ↗
Gets the id @return layer id
()
Source
from the content-addressed store, hash-verified
363
* @
return
layer id
364
*/
365
@Override
366
public
String toString() {
367
return
getName();
368
}
369
370
/**
371
* Check
if
place name is unique
Callers
1
testToString
Method · 0.95
Calls
1
getName
Method · 0.95
Tested by
1
testToString
Method · 0.76