Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getId
Method
getId
src/main/java/mudmap2/backend/Place.java:82–84 ·
view source on GitHub ↗
Gets the place id @return place id
()
Source
from the content-addressed store, hash-verified
80
* @
return
place id
81
*/
82
public
int
getId() {
83
return
id;
84
}
85
86
/**
87
* Gets the name
Callers
15
testGetId
Method · 0.95
testToString
Method · 0.95
toString
Method · 0.95
testGetCoordinate
Method · 0.45
testReadWriteFile
Method · 0.45
testReadWriteFile
Method · 0.45
layerSelected
Method · 0.45
createLayer
Method · 0.45
getCenter
Method · 0.45
isSelected
Method · 0.45
paint
Method · 0.45
save
Method · 0.45
Calls
no outgoing calls
Tested by
5
testGetId
Method · 0.76
testToString
Method · 0.76
testGetCoordinate
Method · 0.36
testReadWriteFile
Method · 0.36
testReadWriteFile
Method · 0.36