Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ setEnableAutoSync
Method
setEnableAutoSync
src/pkg/config/config.ts:238–240 ·
view source on GitHub ↗
(enable: boolean)
Source
from the content-addressed store, hash-verified
236
}
237
238
public setEnableAutoSync(enable: boolean) {
239
this._set(
"enable_auto_sync"
, enable);
240
}
241
242
// 更新已经禁用的脚本
243
public getUpdateDisableScript() {
Callers
nothing calls this directly
Calls
1
_set
Method · 0.95
Tested by
no test coverage detected