Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getChildren
Method
getChildren
src/main/java/mudmap2/backend/Place.java:368–370 ·
view source on GitHub ↗
Gets the child places @return child places
()
Source
from the content-addressed store, hash-verified
366
* @
return
child places
367
*/
368
public
HashSet<Place> getChildren() {
369
return
children;
370
}
371
372
/**
373
* Gets the parent places
Callers
10
testConnectChild
Method · 0.95
testRemoveChild
Method · 0.95
testGetChildren
Method · 0.95
testRemoveConnections
Method · 0.95
testReadWriteFile
Method · 0.95
testReadWriteFile
Method · 0.95
paint
Method · 0.95
paste
Method · 0.80
ContextMenu
Method · 0.80
writeFile
Method · 0.80
Calls
no outgoing calls
Tested by
6
testConnectChild
Method · 0.76
testRemoveChild
Method · 0.76
testGetChildren
Method · 0.76
testRemoveConnections
Method · 0.76
testReadWriteFile
Method · 0.76
testReadWriteFile
Method · 0.76