Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/remotely-save/remotely-save
/ saveAgreeToUseNewSyncAlgorithm
Method
saveAgreeToUseNewSyncAlgorithm
src/main.ts:1920–1923 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1918
}
1919
1920
async
saveAgreeToUseNewSyncAlgorithm() {
1921
this.settings.agreeToUseSyncV3 = true;
1922
await
this.saveSettings();
1923
}
1924
1925
setCurrSyncMsg(
1926
t: (x: TransItemType, vars?: any) => string,
Callers
1
onClose
Method · 0.80
Calls
1
saveSettings
Method · 0.95
Tested by
no test coverage detected