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

Method pushValueUpdate

src/app/service/service_worker/value.ts:77–79  ·  view source on GitHub ↗
(script: Script, sendData: T)

Source from the content-addressed store, hash-verified

75 }
76
77 async pushValueUpdate<T extends ValueUpdateDataEncoded>(script: Script, sendData: T) {
78 return this.runtime!.pushValueUpdate(script, sendData);
79 }
80
81 // 批量设置
82 async setValues(params: TSetValuesParams) {

Callers 1

setValuesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected