Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ isIncludePathColors
Method
isIncludePathColors
src/main/java/mudmap2/backend/legend/Legend.java:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
public
boolean isIncludePathColors() {
94
return
includePathColors;
95
}
96
97
public
void
setIncludePathColors(boolean includePathColors) {
98
this.includePathColors = includePathColors;
Callers
3
testIsIncludePathColors
Method · 0.95
testSetIncludePathColors
Method · 0.95
prepareLegendEntries
Method · 0.95
Calls
no outgoing calls
Tested by
2
testIsIncludePathColors
Method · 0.76
testSetIncludePathColors
Method · 0.76