Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ getCloudSync
Method
getCloudSync
src/pkg/config/config.ts:292–294 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
290
}
291
292
getCloudSync() {
293
return
this._get<CloudSyncConfig>(
"cloud_sync"
, this.defaultCloudSync());
294
}
295
296
setCloudSync(data: CloudSyncConfig) {
297
this._set(
"cloud_sync"
, data);
Callers
4
initManager
Method · 0.95
config.test.ts
File · 0.80
scriptInstall
Method · 0.80
scriptsDelete
Method · 0.80
Calls
2
_get
Method · 0.95
defaultCloudSync
Method · 0.95
Tested by
no test coverage detected