Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ link
Method
link
src/org/albite/albite/ColorScheme.java:137–140 ·
view source on GitHub ↗
(final ColorScheme cs)
Source
from the content-addressed store, hash-verified
135
}
136
137
public
final
void
link(
final
ColorScheme cs) {
138
this.other = cs;
139
cs.other = this;
140
}
141
142
public
final
ColorScheme getOther() {
143
return
other;
Callers
3
initialize
Method · 0.95
setScheme
Method · 0.95
openRMSAndLoadData
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected