Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ setUpdateDisableScript
Method
setUpdateDisableScript
src/pkg/config/config.ts:247–249 ·
view source on GitHub ↗
(enable: boolean)
Source
from the content-addressed store, hash-verified
245
}
246
247
public setUpdateDisableScript(enable: boolean) {
248
this._set(
"update_disable_script"
, enable);
249
}
250
251
public getVscodeUrl() {
252
return
this._get<string>(
"vscode_url"
,
"ws://localhost:8642"
);
Callers
nothing calls this directly
Calls
1
_set
Method · 0.95
Tested by
no test coverage detected