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

Method pinToTop

src/app/service/service_worker/client.ts:106–108  ·  view source on GitHub ↗
(uuids: string[])

Source from the content-addressed store, hash-verified

104 }
105
106 pinToTop(uuids: string[]) {
107 return this.do("pinToTop", uuids);
108 }
109
110 importByUrl(url: string): ReturnType<ScriptService["importByUrl"]> {
111 return this.doThrow("importByUrl", url);

Callers 1

pinToTopFunction · 0.45

Calls 1

doMethod · 0.45

Tested by

no test coverage detected