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

Method importByUrl

src/app/service/service_worker/client.ts:110–112  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

108 }
109
110 importByUrl(url: string): ReturnType<ScriptService["importByUrl"]> {
111 return this.doThrow("importByUrl", url);
112 }
113
114 installByCode(uuid: string, code: string, upsertBy: InstallSource = "user") {
115 return this.do("installByCode", { uuid, code, upsertBy });

Callers 1

onDropFunction · 0.45

Calls 1

doThrowMethod · 0.80

Tested by

no test coverage detected