Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ close
Method
close
src/main/java/mudmap2/backend/WorldManager.java:54–56 ·
view source on GitHub ↗
Remove world from loaded worlds list @param world
(World world)
Source
from the content-addressed store, hash-verified
52
* @param world
53
*/
54
public
static
void
close(World world){
55
loadedWorlds.remove(world);
56
}
57
58
/**
59
* Load world or get it from loaded worlds list
if
it is already loaded
Callers
5
testClose
Method · 0.95
testGetWorld
Method · 0.95
closeTabs
Method · 0.95
testRead
Method · 0.80
writeListJSON
Method · 0.80
Calls
1
remove
Method · 0.65
Tested by
3
testClose
Method · 0.76
testGetWorld
Method · 0.76
testRead
Method · 0.64