MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / updateMetadata

Method updateMetadata

src/app/service/service_worker/client.ts:122–124  ·  view source on GitHub ↗
(uuid: string, key: string, value: string[])

Source from the content-addressed store, hash-verified

120 }
121
122 updateMetadata(uuid: string, key: string, value: string[]) {
123 return this.do("updateMetadata", { uuid, key, value });
124 }
125 async getBatchUpdateRecordLite(i: number) {
126 return this.do<any>("getBatchUpdateRecordLite", i);
127 }

Callers 1

ScriptSettingFunction · 0.45

Calls 1

doMethod · 0.45

Tested by

no test coverage detected