MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / setScriptValues

Method setScriptValues

src/app/service/service_worker/value.ts:171–173  ·  view source on GitHub ↗
(params: Pick<TSetValuesParams, "uuid" | "keyValuePairs" | "isReplace" | "ts">, _sender: IGetSender)

Source from the content-addressed store, hash-verified

169 }
170
171 setScriptValues(params: Pick<TSetValuesParams, "uuid" | "keyValuePairs" | "isReplace" | "ts">, _sender: IGetSender) {
172 return this.setValues(params);
173 }
174
175 init(runtime: RuntimeService, popup: PopupService) {
176 this.popup = popup;

Callers

nothing calls this directly

Calls 1

setValuesMethod · 0.95

Tested by

no test coverage detected