Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getFlags
Method
getFlags
src/main/java/mudmap2/backend/Place.java:334–336 ·
view source on GitHub ↗
Gets the flags of a place @return
()
Source
from the content-addressed store, hash-verified
332
* @
return
333
*/
334
public
TreeMap<String, Boolean> getFlags() {
335
return
flags;
336
}
337
338
/**
339
* Connects a place as child, this place will be added to the child as parent
Callers
6
testGetFlags
Method · 0.95
testDuplicate
Method · 0.95
testReadWriteFile
Method · 0.95
testReadWriteFile
Method · 0.95
paint
Method · 0.95
writeFile
Method · 0.80
Calls
no outgoing calls
Tested by
4
testGetFlags
Method · 0.76
testDuplicate
Method · 0.76
testReadWriteFile
Method · 0.76
testReadWriteFile
Method · 0.76