MCPcopy 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
187export class RuntimeClient extends Client {

Callers 3

UserConfigPanelFunction · 0.95
saveRawDataFunction · 0.45
scriptImportAsyncFunction · 0.45

Calls 1

doMethod · 0.45

Tested by

no test coverage detected