Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ saveAllOptions
Method
saveAllOptions
src/org/albite/albite/BookCanvas.java:1305–1308 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1303
}
1304
1305
private
synchronized
void
saveAllOptions() {
1306
saveBookOptions();
1307
saveOptionsToRMS();
1308
}
1309
1310
public
final
boolean isBookOpen() {
1311
return
currentBook != null;
Callers
1
closeBook
Method · 0.95
Calls
2
saveBookOptions
Method · 0.95
saveOptionsToRMS
Method · 0.95
Tested by
no test coverage detected