Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ setScriptValues
Method
setScriptValues
src/app/service/service_worker/client.ts:182–184 ·
view source on GitHub ↗
(params: TSetValuesParams)
Source
from the content-addressed store, hash-verified
180
}
181
182
setScriptValues(params: TSetValuesParams) {
183
return
this.do(
"setScriptValues"
, params);
184
}
185
}
186
187
export
class
RuntimeClient extends Client {
Callers
3
UserConfigPanel
Function · 0.95
saveRawData
Function · 0.45
scriptImportAsync
Function · 0.45
Calls
1
do
Method · 0.45
Tested by
no test coverage detected