Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ isUseDiffColors
Method
isUseDiffColors
src/main/java/matcher/gui/Gui.java:422–424 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
420
}
421
422
public
boolean isUseDiffColors() {
423
return
useDiffColors;
424
}
425
426
public
void
setUseDiffColors(boolean useDiffColors) {
427
if
(this.useDiffColors == useDiffColors)
return
;
Callers
3
setCellStyle
Method · 0.80
init
Method · 0.80
updateSelections
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected