Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getParents
Method
getParents
src/main/java/mudmap2/backend/Place.java:376–378 ·
view source on GitHub ↗
Gets the parent places @return parent places
()
Source
from the content-addressed store, hash-verified
374
* @
return
parent places
375
*/
376
public
HashSet<Place> getParents() {
377
return
parents;
378
}
379
380
/**
381
* Gets the name
Callers
9
testConnectChild
Method · 0.95
testRemoveChild
Method · 0.95
testGetParents
Method · 0.95
testRemoveConnections
Method · 0.95
testReadWriteFile
Method · 0.95
testReadWriteFile
Method · 0.95
paint
Method · 0.95
ContextMenu
Method · 0.80
writeFile
Method · 0.80
Calls
no outgoing calls
Tested by
6
testConnectChild
Method · 0.76
testRemoveChild
Method · 0.76
testGetParents
Method · 0.76
testRemoveConnections
Method · 0.76
testReadWriteFile
Method · 0.76
testReadWriteFile
Method · 0.76