Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ isIncludePlaceGroups
Method
isIncludePlaceGroups
src/main/java/mudmap2/backend/legend/Legend.java:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
public
boolean isIncludePlaceGroups() {
110
return
includePlaceGroups;
111
}
112
113
public
void
setIncludePlaceGroups(boolean includePlaceGroups) {
114
this.includePlaceGroups = includePlaceGroups;
Callers
3
testIsIncludePlaceGroups
Method · 0.95
testSetIncludePlaceGroups
Method · 0.95
prepareLegendEntries
Method · 0.95
Calls
no outgoing calls
Tested by
2
testIsIncludePlaceGroups
Method · 0.76
testSetIncludePlaceGroups
Method · 0.76