Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ saveBookOptions
Method
saveBookOptions
src/org/albite/albite/BookCanvas.java:1299–1303 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1297
}
1298
1299
private
void
saveBookOptions() {
1300
if
(isBookOpen()) {
1301
currentBook.saveBookSettings();
1302
}
1303
}
1304
1305
private
synchronized
void
saveAllOptions() {
1306
saveBookOptions();
Callers
1
saveAllOptions
Method · 0.95
Calls
2
isBookOpen
Method · 0.95
saveBookSettings
Method · 0.80
Tested by
no test coverage detected